Compare commits

..

No commits in common. "dc21bfdb4d91593b05d38915f7a2c22de854ce8a" and "7c98b51461e37c1d2390390419b31aa51dc6edbc" have entirely different histories.

2 changed files with 4 additions and 112 deletions

View file

@ -11515,19 +11515,6 @@
"secret": { "secret": {
"type": "string", "type": "string",
"maxLength": 250 "maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
}, },
"required": [ "required": [
@ -11619,19 +11606,6 @@
"maxLength": 1024 "maxLength": 1024
}, },
"maxProperties": 25 "maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -11772,19 +11746,6 @@
"$ref": "#/components/schemas/LobbyMemberRequest" "$ref": "#/components/schemas/LobbyMemberRequest"
}, },
"maxItems": 25 "maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -28839,15 +28800,11 @@
"$ref": "#/components/schemas/GuildChannelResponse" "$ref": "#/components/schemas/GuildChannelResponse"
} }
] ]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
} }
}, },
"required": [ "required": [
"id", "id",
"application_id", "application_id"
"flags"
] ]
}, },
"MLSpamRuleResponse": { "MLSpamRuleResponse": {
@ -36263,18 +36220,7 @@
}, },
"ThreadSearchTagSetting": { "ThreadSearchTagSetting": {
"type": "string", "type": "string",
"oneOf": [ "oneOf": []
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
}, },
"ThreadSortOrder": { "ThreadSortOrder": {
"type": "integer", "type": "integer",

View file

@ -11515,19 +11515,6 @@
"secret": { "secret": {
"type": "string", "type": "string",
"maxLength": 250 "maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
}, },
"required": [ "required": [
@ -11619,19 +11606,6 @@
"maxLength": 1024 "maxLength": 1024
}, },
"maxProperties": 25 "maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -11772,19 +11746,6 @@
"$ref": "#/components/schemas/LobbyMemberRequest" "$ref": "#/components/schemas/LobbyMemberRequest"
}, },
"maxItems": 25 "maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -28924,15 +28885,11 @@
"$ref": "#/components/schemas/GuildChannelResponse" "$ref": "#/components/schemas/GuildChannelResponse"
} }
] ]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
} }
}, },
"required": [ "required": [
"id", "id",
"application_id", "application_id"
"flags"
] ]
}, },
"MLSpamRuleResponse": { "MLSpamRuleResponse": {
@ -36695,18 +36652,7 @@
}, },
"ThreadSearchTagSetting": { "ThreadSearchTagSetting": {
"type": "string", "type": "string",
"oneOf": [ "oneOf": []
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
}, },
"ThreadSortOrder": { "ThreadSortOrder": {
"type": "integer", "type": "integer",