changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedInput schema / properties / cursor / maxLength
Added value: +8192
changedInput schema / properties / cursor / pattern
Previous value: -"^[A-Za-z0-9_\\-=.+/]{1,512}$"New value: +"^[A-Za-z0-9_\\-=.+/]+$"
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedOutput schema / properties / data / items / properties / suspension_reasons
Added value: +{
+ "items": {
+ "enum": [
+ "billing",
+ "manual",
+ "security"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
changedOutput schema / properties / data / items / required
Previous value: -[
- "object",
- "id",
- "domain_id",
- "address",
- "display_name",
- "suspended_at",
- "spam_filter_threshold",
- "auto_reply",
- "created_at",
- "updated_at"
-]New value: +[
+ "object",
+ "id",
+ "domain_id",
+ "address",
+ "display_name",
+ "suspended_at",
+ "suspension_reasons",
+ "spam_filter_threshold",
+ "auto_reply",
+ "created_at",
+ "updated_at"
+]