From 9c182cd4f705a214d167e1cd0b652f179a286fca Mon Sep 17 00:00:00 2001 From: QuangquyNguyenvo Date: Thu, 14 May 2026 19:27:21 +0700 Subject: [PATCH] Fix nameplate palette schema --- specs/openapi.json | 49 ++++++++++++++++++++++++++++++++++++-- specs/openapi_preview.json | 49 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 94 insertions(+), 4 deletions(-) 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 +}