Skip to content

Commit

Permalink
Merge pull request #3 from MarletteFunding/feature/DATA-1615-zendesk-…
Browse files Browse the repository at this point in the history
…transition-from-ssis

Schema changes ticket forms
  • Loading branch information
Karthipillai authored Oct 10, 2023
2 parents 1f3bb4a + 080d6d1 commit e161640
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
8 changes: 7 additions & 1 deletion tap_zendesk/schemas/shared/ticket_agent_conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
]
},
"child_fields": {
"$ref": "shared/ticket_child_fields.json"
"items": {
"$ref": "shared/ticket_child_fields.json"
},
"type": [
"null",
"array"
]
},
"value": {
"type": [
Expand Down
32 changes: 16 additions & 16 deletions tap_zendesk/schemas/shared/ticket_required_on_statuses.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"properties": {
"type": {
"type": [
"null",
"string"
]
},
"statuses": {
"items": {
"type": [
"null",
"string"
],
"type": [
"null",
"array"
]
}
},
"type": [
"null",
"array"
]
},
"type": [
"null",
"object"
]
}
"type": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
}
1 change: 0 additions & 1 deletion tap_zendesk/schemas/ticket_forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
]
}
}

},
"type": [
"null",
Expand Down

0 comments on commit e161640

Please sign in to comment.