addedInput schema / definitions / __schema0 / properties / autocomplete
Added value: +{
+ "type": "boolean"
+}
addedInput schema / definitions / __schema0 / properties / channel_types
Added value: +{
+ "items": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "type": "array"
+}
addedInput schema / definitions / __schema0 / properties / choices / items / properties / name / maxLength
Added value: +100
addedInput schema / definitions / __schema0 / properties / choices / items / properties / name / minLength
Added value: +1
addedInput schema / definitions / __schema0 / properties / choices / items / properties / name_localizations
Added value: +{
+ "additionalProperties": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
changedInput schema / definitions / __schema0 / properties / choices / items / properties / value / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "number"
- }
-]New value: +[
+ {
+ "maxLength": 100,
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+]
addedInput schema / definitions / __schema0 / properties / choices / maxItems
Added value: +25
addedInput schema / definitions / __schema0 / properties / description / maxLength
Added value: +100
addedInput schema / definitions / __schema0 / properties / description / minLength
Added value: +1
addedInput schema / definitions / __schema0 / properties / description_localizations / additionalProperties / maxLength
Added value: +100
addedInput schema / definitions / __schema0 / properties / description_localizations / additionalProperties / minLength
Added value: +1
addedInput schema / definitions / __schema0 / properties / max_length
Added value: +{
+ "maximum": 6000,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / definitions / __schema0 / properties / max_value
Added value: +{
+ "type": "number"
+}
addedInput schema / definitions / __schema0 / properties / min_length
Added value: +{
+ "maximum": 6000,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / definitions / __schema0 / properties / min_value
Added value: +{
+ "type": "number"
+}
addedInput schema / definitions / __schema0 / properties / name / maxLength
Added value: +32
addedInput schema / definitions / __schema0 / properties / name / minLength
Added value: +1
addedInput schema / definitions / __schema0 / properties / name_localizations / additionalProperties / maxLength
Added value: +32
addedInput schema / definitions / __schema0 / properties / name_localizations / additionalProperties / minLength
Added value: +1
addedInput schema / definitions / __schema0 / properties / options / maxItems
Added value: +25
changedInput schema / definitions / __schema0 / properties / type / maximum
Previous value: -9007199254740991New value: +11
changedInput schema / definitions / __schema0 / properties / type / minimum
Previous value: --9007199254740991New value: +1
addedInput schema / properties / commands / items / properties / contexts
Added value: +{
+ "items": {
+ "maximum": 2,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "array"
+}
addedInput schema / properties / commands / items / properties / default_member_permissions
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedInput schema / properties / commands / items / properties / default_permission
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / commands / items / properties / description / maxLength
Added value: +100
addedInput schema / properties / commands / items / properties / description_localizations / additionalProperties / maxLength
Added value: +100
addedInput schema / properties / commands / items / properties / dm_permission
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / commands / items / properties / handler
Added value: +{
+ "maximum": 2,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / commands / items / properties / integration_types
Added value: +{
+ "items": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "array"
+}
addedInput schema / properties / commands / items / properties / name / maxLength
Added value: +32
addedInput schema / properties / commands / items / properties / name / minLength
Added value: +1
addedInput schema / properties / commands / items / properties / name_localizations / additionalProperties / maxLength
Added value: +32
addedInput schema / properties / commands / items / properties / name_localizations / additionalProperties / minLength
Added value: +1
addedInput schema / properties / commands / items / properties / options / maxItems
Added value: +25
removedInput schema / properties / commands / items / properties / type / description
Removed value: -"ApplicationCommandType integer."
changedInput schema / properties / commands / items / properties / type / maximum
Previous value: -9007199254740991New value: +4
changedInput schema / properties / commands / items / properties / type / minimum
Previous value: --9007199254740991New value: +1
changedInput schema / properties / commands / items / required
Previous value: -[
- "type",
- "name",
- "description"
-]New value: +[
+ "name",
+ "description"
+]