Skip to content

Commit

Permalink
chore: remove duplicate key in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Nov 29, 2024
1 parent 680d0c2 commit 1d9ab24
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions src/configurations/destinations/tiktok_ads/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,52 +831,6 @@
]
}
},
"shopify": {
"type": "array",
"items": {
"type": "object",
"properties": {
"provider": {
"type": "string",
"enum": ["custom", "ketch", "oneTrust"],
"default": "oneTrust"
},
"consents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"consent": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
}
},
"allOf": [
{
"if": {
"properties": {
"provider": {
"const": "custom"
}
},
"required": ["provider"]
},
"then": {
"properties": {
"resolutionStrategy": {
"type": "string",
"enum": ["and", "or"]
}
},
"required": ["resolutionStrategy"]
}
}
]
}
},
"shopify": {
"type": "array",
"items": {
Expand Down

0 comments on commit 1d9ab24

Please sign in to comment.