removedInput schema / properties / fields / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fields / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / fields / type
Added value: +"array"
removedInput schema / properties / name / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / name / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / name / type
Added value: +"array"
removedInput schema / properties / orderBy / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / orderBy / type
Added value: +"string"
removedInput schema / properties / orderDirection / anyOf
Removed value: -[
- {
- "enum": [
- "asc",
- "desc"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / orderDirection / enum
Added value: +[
+ "asc",
+ "desc"
+]
addedInput schema / properties / orderDirection / type
Added value: +"string"
removedInput schema / properties / page / anyOf
Removed value: -[
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / page / minimum
Added value: +1
addedInput schema / properties / page / type
Added value: +"integer"
removedInput schema / properties / pageSize / anyOf
Removed value: -[
- {
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / pageSize / maximum
Added value: +100
addedInput schema / properties / pageSize / minimum
Added value: +1
addedInput schema / properties / pageSize / type
Added value: +"integer"
removedInput schema / properties / subdomain / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / subdomain / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / subdomain / type
Added value: +"array"
removedInput schema / required
Removed value: -[
- "page",
- "pageSize",
- "orderBy",
- "orderDirection",
- "fields",
- "name",
- "subdomain"
-]