Skip to content

Commit

Permalink
fix: add mount_path in VariableResponse (#504)
Browse files Browse the repository at this point in the history
* fix: add mount_path in VariableResponse

* fix: remove extra comma in VariableResponse
  • Loading branch information
pggb25 authored Nov 15, 2023
1 parent 07fe9a1 commit e2784ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schemas/variable/VariableResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ allOf:
value:
type: string
nullable: true
mount_path:
type: string
nullable: true
overridden_variable:
$ref: './VariableOverride.yaml'
aliased_variable:
Expand Down

0 comments on commit e2784ca

Please sign in to comment.