diff --git a/specs/openapi.json b/specs/openapi.json index 1b8d907..63cb451 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -32960,7 +32960,52 @@ }, "NameplatePalette": { "type": "string", - "oneOf": [] + "oneOf": [ + { + "title": "CRIMSON", + "const": "crimson" + }, + { + "title": "BERRY", + "const": "berry" + }, + { + "title": "SKY", + "const": "sky" + }, + { + "title": "TEAL", + "const": "teal" + }, + { + "title": "FOREST", + "const": "forest" + }, + { + "title": "BUBBLE_GUM", + "const": "bubble_gum" + }, + { + "title": "VIOLET", + "const": "violet" + }, + { + "title": "COBALT", + "const": "cobalt" + }, + { + "title": "CLOVER", + "const": "clover" + }, + { + "title": "LEMON", + "const": "lemon" + }, + { + "title": "WHITE", + "const": "white" + } + ] }, "NewMemberActionResponse": { "type": "object", @@ -41017,4 +41062,4 @@ } } } -} \ No newline at end of file +} diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 04d6715..cc25b98 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -33058,7 +33058,52 @@ }, "NameplatePalette": { "type": "string", - "oneOf": [] + "oneOf": [ + { + "title": "CRIMSON", + "const": "crimson" + }, + { + "title": "BERRY", + "const": "berry" + }, + { + "title": "SKY", + "const": "sky" + }, + { + "title": "TEAL", + "const": "teal" + }, + { + "title": "FOREST", + "const": "forest" + }, + { + "title": "BUBBLE_GUM", + "const": "bubble_gum" + }, + { + "title": "VIOLET", + "const": "violet" + }, + { + "title": "COBALT", + "const": "cobalt" + }, + { + "title": "CLOVER", + "const": "clover" + }, + { + "title": "LEMON", + "const": "lemon" + }, + { + "title": "WHITE", + "const": "white" + } + ] }, "NewMemberActionResponse": { "type": "object", @@ -41500,4 +41545,4 @@ } } } -} \ No newline at end of file +}