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