From 953ab8faf08b341852a71ac5634fb52dd4400e21 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:32:35 -0400 Subject: [PATCH] feat: add default variant id --- openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yml b/openapi.yml index 60fb4a3..41d1470 100644 --- a/openapi.yml +++ b/openapi.yml @@ -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: