mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-21 13:40:33 -04:00
Fix nameplate palette schema
This commit is contained in:
parent
ac55939ed6
commit
9c182cd4f7
2 changed files with 94 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue