mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21:23 -05:00
Compare commits
3 commits
f346c9b690
...
6944546186
Author | SHA1 | Date | |
---|---|---|---|
|
6944546186 | ||
|
c19d074e30 | ||
|
30eaadbdc7 |
2 changed files with 48 additions and 0 deletions
|
@ -29825,6 +29825,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mfa_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -29864,6 +29874,10 @@
|
|||
"locale"
|
||||
]
|
||||
},
|
||||
"UserPrimaryGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"UserResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29929,6 +29943,16 @@
|
|||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -30285,6 +30285,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mfa_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -30324,6 +30334,10 @@
|
|||
"locale"
|
||||
]
|
||||
},
|
||||
"UserPrimaryGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"UserResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -30389,6 +30403,16 @@
|
|||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue