{
"type": "object",
"properties": {
"tickets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"group_id": {
"type": "string"
},
"department_id": {
"type": "string"
},
"category": {
"type": "string"
},
"sub_category": {
"type": "string"
},
"item_category": {
"type": "string"
},
"requester_id": {
"type": "string"
},
"responder_id": {
"type": "string"
},
"due_by": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"deleted": {
"type": "boolean"
},
"spam": {
"type": "boolean"
},
"email_config_id": {},
"fwd_emails": {
"type": "array"
},
"reply_cc_emails": {
"type": "array"
},
"cc_emails": {
"type": "array"
},
"is_escalated": {
"type": "boolean"
},
"fr_due_by": {
"type": "string"
},
"priority": {
"type": "integer"
},
"source": {
"type": "integer"
},
"status": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"workspace_id": {
"type": "integer"
},
"requested_for_id": {
"type": "string"
},
"to_emails": {},
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
}
},
"required": [
"subject",
"group_id",
"department_id",
"category",
"sub_category",
"item_category",
"requester_id",
"responder_id",
"due_by",
"fr_escalated",
"deleted",
"spam",
"email_config_id",
"fwd_emails",
"reply_cc_emails",
"cc_emails",
"is_escalated",
"fr_due_by",
"priority",
"source",
"status",
"created_at",
"updated_at",
"workspace_id",
"requested_for_id",
"to_emails",
"id",
"type",
"description",
"description_text"
]
}
}
}
}
Ellis