From e2784caa65a9a535750c0e3bcf2da3db08af5940 Mon Sep 17 00:00:00 2001 From: Pierre G Date: Wed, 15 Nov 2023 11:59:29 +0100 Subject: [PATCH] fix: add mount_path in VariableResponse (#504) * fix: add mount_path in VariableResponse * fix: remove extra comma in VariableResponse --- src/schemas/variable/VariableResponse.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/variable/VariableResponse.yaml b/src/schemas/variable/VariableResponse.yaml index 77cf4769..fd08faee 100644 --- a/src/schemas/variable/VariableResponse.yaml +++ b/src/schemas/variable/VariableResponse.yaml @@ -11,6 +11,9 @@ allOf: value: type: string nullable: true + mount_path: + type: string + nullable: true overridden_variable: $ref: './VariableOverride.yaml' aliased_variable: