diff --git a/tap_zendesk/schemas/tickets.json b/tap_zendesk/schemas/tickets.json index 82bfa87..8aaf62d 100644 --- a/tap_zendesk/schemas/tickets.json +++ b/tap_zendesk/schemas/tickets.json @@ -12,6 +12,12 @@ "integer" ] }, + "problem_id": { + "type": [ + "null", + "integer" + ] + }, "is_public": { "type": [ "null", @@ -167,6 +173,12 @@ "boolean" ] }, + "allow_attachments": { + "type": [ + "null", + "boolean" + ] + }, "due_at": { "type": [ "null", @@ -305,12 +317,15 @@ "id": { "type": ["null", "integer"] }, - "assignee_id": { + "assignee_id": { "type": ["null", "integer"] }, "group_id": { "type": ["null", "integer"] }, + "reason_id": { + "type": ["null", "integer"] + }, "requester_id": { "type": ["null", "integer"] }, @@ -330,6 +345,12 @@ }, "score": { "type": ["null", "string"] + }, + "reason": { + "type": ["null", "string"] + }, + "comment": { + "type": ["null", "string"] } } },