addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / properties / limit / maximum
Added value: +9007199254740991
addedInput schema / properties / limit / minimum
Added value: +-9007199254740991
changedInput schema / properties / limit / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / page / maximum
Added value: +9007199254740991
addedInput schema / properties / page / minimum
Added value: +-9007199254740991
changedInput schema / properties / page / type
Previous value: -"number"New value: +"integer"
removedInput schema / required
Removed value: -[]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "organizations": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "external unique organization identifier (if set for the organization)"
+ },
+ "name": {
+ "description": "title of the organization",
+ "type": "string"
+ },
+ "organization": {
+ "description": "organization identification string",
+ "type": "string"
+ }
+ },
+ "required": [
+ "organization",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "organizations"
+ ],
+ "type": "object"
+}