Skip to content

Commit

Permalink
hard set the type to test theory
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceoutdoors committed Apr 14, 2022
1 parent 46b2081 commit 92ea492
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions tap_shopify/schemas/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,38 +619,32 @@
]
},
"properties": {
"anyOf": [
{
"items": {
"properties": {
"name": {
"type": [
"null",
"string"
]
},
"value": {
"type": [
"null",
"string"
]
}
"type": {
"items": {
"properties": {
"name": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"object"
]
"value": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"array"
"object"
]
},
{
"properties": {},
"type": ["null", "object"]
}
]
"type": [
"null",
"array"
]
}
},
"tax_code": {
"type": [
Expand Down

0 comments on commit 92ea492

Please sign in to comment.