Skip to content

Commit

Permalink
fix: add value and key in Variable response
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Nov 14, 2023
1 parent 0ab90a9 commit c35cf95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/schemas/variable/VariableResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ allOf:
- type: object
required:
- scope
- key
properties:
key:
type: string
value:
type: string
overridden_variable:
$ref: './VariableOverride.yaml'
aliased_variable:
Expand Down

0 comments on commit c35cf95

Please sign in to comment.