changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "conversations": {
+ "description": "Array of conversation objects",
+ "items": {
+ "properties": {
+ "body": {
+ "description": "Conversation message body",
+ "type": "string"
+ },
+ "created_at": {
+ "description": "ISO timestamp",
+ "type": "string"
+ },
+ "id": {
+ "description": "Conversation ID",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "created_at": {
+ "description": "ISO timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Ticket description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Ticket ID",
+ "type": "number"
+ },
+ "priority": {
+ "description": "Ticket priority level",
+ "type": "number"
+ },
+ "requester_id": {
+ "description": "Requester contact ID",
+ "type": "number"
+ },
+ "status": {
+ "description": "Ticket status code",
+ "type": "number"
+ },
+ "subject": {
+ "description": "Ticket subject",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "ISO timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}