changedInput schema / properties / filters / anyOf
Previous value: -[
- {
- "properties": {
- "common": {
- "anyOf": [
- {
- "properties": {
- "recipients": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "email": {
- "anyOf": [
- {
- "properties": {
- "noticeman": {
- "anyOf": [
- {
- "properties": {
- "type": {
- "anyOf": [
- {
- "items": {
- "enum": [
- "NO_RESPONSE",
- "ACCEPTED_OR_NOT",
- "RECEIVED_AGREE",
- "LONG_RESPONSE"
- ],
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "sender": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "subject": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "common": {
+ "anyOf": [
+ {
+ "properties": {
+ "recipients": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "email": {
+ "anyOf": [
+ {
+ "properties": {
+ "noticeman": {
+ "anyOf": [
+ {
+ "properties": {
+ "type": {
+ "anyOf": [
+ {
+ "items": {
+ "enum": [
+ "NO_RESPONSE",
+ "ACCEPTED_OR_NOT",
+ "RECEIVED_AGREE",
+ "LONG_RESPONSE"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sender": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "subject": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "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": {
- "additionalText": {
- "type": "string"
- },
- "autosend": {
- "type": "boolean"
- },
- "content": {
- "type": "string"
- },
- "createdBy": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "language": {
- "type": "string"
- },
- "limitResponse": {
- "type": "number"
- },
- "notificationAttachments": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "attachmentStatus": {
- "type": "string"
- },
- "fileId": {
- "type": "string"
- },
- "fileSize": {
- "type": "number"
- },
- "fileType": {
- "type": "string"
- },
- "filename": {
- "type": "string"
- },
- "hash": {
- "type": "string"
- },
- "mimeType": {
- "type": "string"
- },
- "reviewedAt": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "phone": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "recipientAddress": {
- "type": "string"
- },
- "recipientName": {
- "type": "string"
- },
- "reminderHours": {
- "type": "number"
- },
- "requestId": {
- "type": "string"
- },
- "scheduledAt": {
- "type": "string"
- },
- "senderAddress": {
- "type": "string"
- },
- "senderAddressReplyTo": {
- "type": "string"
- },
- "senderName": {
- "type": "string"
- },
- "states": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "notificationId": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "registeredAt": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "subject": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "records": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "additionalText": {
- "type": "string"
- },
- "autosend": {
- "type": "boolean"
- },
- "content": {
- "type": "string"
- },
- "createdBy": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "language": {
- "type": "string"
- },
- "limitResponse": {
- "type": "number"
- },
- "notificationAttachments": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "attachmentStatus": {
- "type": "string"
- },
- "fileId": {
- "type": "string"
- },
- "fileSize": {
- "type": "number"
- },
- "fileType": {
- "type": "string"
- },
- "filename": {
- "type": "string"
- },
- "hash": {
- "type": "string"
- },
- "mimeType": {
- "type": "string"
- },
- "reviewedAt": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "phone": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "recipientAddress": {
- "type": "string"
- },
- "recipientName": {
- "type": "string"
- },
- "reminderHours": {
- "type": "number"
- },
- "requestId": {
- "type": "string"
- },
- "scheduledAt": {
- "type": "string"
- },
- "senderAddress": {
- "type": "string"
- },
- "senderAddressReplyTo": {
- "type": "string"
- },
- "senderName": {
- "type": "string"
- },
- "states": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "notificationId": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "registeredAt": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "subject": {
- "type": "string"
- },
- "type": {
- "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": {
+ "additionalText": {
+ "type": "string"
+ },
+ "autosend": {
+ "type": "boolean"
+ },
+ "content": {
+ "type": "string"
+ },
+ "createdBy": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "language": {
+ "type": "string"
+ },
+ "limitResponse": {
+ "type": "number"
+ },
+ "notificationAttachments": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "attachmentStatus": {
+ "type": "string"
+ },
+ "fileId": {
+ "type": "string"
+ },
+ "fileSize": {
+ "type": "number"
+ },
+ "fileType": {
+ "type": "string"
+ },
+ "filename": {
+ "type": "string"
+ },
+ "hash": {
+ "type": "string"
+ },
+ "mimeType": {
+ "type": "string"
+ },
+ "reviewedAt": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "phone": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "recipientAddress": {
+ "type": "string"
+ },
+ "recipientName": {
+ "type": "string"
+ },
+ "reminderHours": {
+ "type": "number"
+ },
+ "requestId": {
+ "type": "string"
+ },
+ "scheduledAt": {
+ "type": "string"
+ },
+ "senderAddress": {
+ "type": "string"
+ },
+ "senderAddressReplyTo": {
+ "type": "string"
+ },
+ "senderName": {
+ "type": "string"
+ },
+ "states": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "notificationId": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "registeredAt": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "subject": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+}
addedOutput schema / properties / data / type
Added value: +"object"