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": {
|
"mfa_enabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -29864,6 +29874,10 @@
|
||||||
"locale"
|
"locale"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserPrimaryGuildResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserResponse": {
|
"UserResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -29929,6 +29943,16 @@
|
||||||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -30285,6 +30285,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"mfa_enabled": {
|
"mfa_enabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -30324,6 +30334,10 @@
|
||||||
"locale"
|
"locale"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserPrimaryGuildResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserResponse": {
|
"UserResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -30389,6 +30403,16 @@
|
||||||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue