Fix nameplate palette schema

This commit is contained in:
QuangquyNguyenvo 2026-05-14 19:27:21 +07:00
parent ac55939ed6
commit 9c182cd4f7
2 changed files with 94 additions and 4 deletions

View file

@ -32960,7 +32960,52 @@
}, },
"NameplatePalette": { "NameplatePalette": {
"type": "string", "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": { "NewMemberActionResponse": {
"type": "object", "type": "object",

View file

@ -33058,7 +33058,52 @@
}, },
"NameplatePalette": { "NameplatePalette": {
"type": "string", "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": { "NewMemberActionResponse": {
"type": "object", "type": "object",