Skip to content

Commit

Permalink
fix: add mount_path in VariableResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Nov 15, 2023
1 parent 07fe9a1 commit c156361
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 c156361

Please sign in to comment.