diff --git a/src/schemas/variable/VariableResponse.yaml b/src/schemas/variable/VariableResponse.yaml index 22634e93..83a73d7c 100644 --- a/src/schemas/variable/VariableResponse.yaml +++ b/src/schemas/variable/VariableResponse.yaml @@ -3,7 +3,12 @@ allOf: - type: object required: - scope + - key properties: + key: + type: string + value: + type: string overridden_variable: $ref: './VariableOverride.yaml' aliased_variable: