Skip to content

Commit

Permalink
updating tickets to add type string to contacts and companies
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Nov 2, 2023
1 parent 3b49447 commit b70c0e5
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"properties": {
"companies": {
"type": ["null", "array"],
"items": {
"type": ["null", "integer"]
}
"format": "integer",
"type": [
"integer",
"string",
"null"
]
}
}
}
}

0 comments on commit b70c0e5

Please sign in to comment.