Skip to content

Commit

Permalink
source-zendesk-support: update ticket_metrics schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Sep 11, 2024
1 parent bde3647 commit 29d2d5e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
}
}
},
"reply_time_in_seconds": {
"type": ["null", "object"],
"properties": {
"calendar": {
"type": ["null", "integer"]
}
}
},
"requester_updated_at": {
"type": ["null", "string"],
"format": "date-time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3082,6 +3082,20 @@
}
}
},
"reply_time_in_seconds": {
"type": [
"null",
"object"
],
"properties": {
"calendar": {
"type": [
"null",
"integer"
]
}
}
},
"requester_updated_at": {
"type": [
"null",
Expand Down

0 comments on commit 29d2d5e

Please sign in to comment.