diff --git a/openapi.yaml b/openapi.yaml index 609e7f6..f186b29 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1755,6 +1755,8 @@ components: $ref: "#/components/schemas/Variant" type: $ref: "#/components/schemas/FlagType" + defaultVariant: + $ref: "#/components/schemas/Variant" required: - namespaceKey - key @@ -1796,6 +1798,8 @@ components: type: string enabled: type: boolean + defaultVariantId: + type: string required: - name NamespaceList: