removedInput schema / properties / filter / properties / code / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / filter / properties / code / type
Added value: +[
+ "string",
+ "null"
+]
changedInput schema / properties / filter / properties / createdFrom / anyOf
Previous value: -[
- {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / filter / properties / createdUntil / anyOf
Previous value: -[
- {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / filter / properties / title / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / filter / properties / title / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / data / allOf
Removed value: -[
- {
- "additionalProperties": {},
- "properties": {
- "_metadata": {
- "additionalProperties": {},
- "properties": {
- "currentPage": {
- "type": "number"
- },
- "pageSize": {
- "type": "number"
- },
- "totalPages": {
- "type": "number"
- },
- "totalRecords": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "records": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "category": {
- "type": "string"
- },
- "code": {
- "type": "string"
- },
- "createdAt": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "metadata": {
- "allOf": [
- {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- {}
- ]
- },
- "owner": {
- "type": "string"
- },
- "status": {
- "allOf": [
- {
- "type": "string"
- },
- {
- "type": "string"
- }
- ]
- },
- "title": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "records": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "category": {
- "type": "string"
- },
- "code": {
- "type": "string"
- },
- "createdAt": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "metadata": {
- "allOf": [
- {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- {}
- ]
- },
- "owner": {
- "type": "string"
- },
- "status": {
- "allOf": [
- {
- "type": "string"
- },
- {
- "type": "string"
- }
- ]
- },
- "title": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- }
-]
addedOutput schema / properties / data / properties
Added value: +{
+ "_metadata": {
+ "additionalProperties": {},
+ "properties": {
+ "currentPage": {
+ "type": "number"
+ },
+ "pageSize": {
+ "type": "number"
+ },
+ "totalPages": {
+ "type": "number"
+ },
+ "totalRecords": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "records": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "code": {
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "metadata": {
+ "allOf": [
+ {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ {}
+ ]
+ },
+ "owner": {
+ "type": "string"
+ },
+ "status": {
+ "allOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+}
addedOutput schema / properties / data / type
Added value: +"object"