Skip to content

Commit

Permalink
updating engagements_calls tickets to allow for type integer values
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Feb 28, 2024
1 parent 1505166 commit 3e21088
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"type": ["null", "integer", "string"],
"format": "integer"
}
},
"tickets": {
"type": ["null", "array"],
"items": {
"type": ["null", "integer", "string"],
"format": "integer"
}
}
}
}
}

0 comments on commit 3e21088

Please sign in to comment.