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