Skip to content

Commit

Permalink
fix: gaec schema
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Nov 6, 2024
1 parent 6e42f7f commit 11ad344
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": ["configData"],
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"configData": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,21 @@
"ketchConsentPurposes.unity.0 must be object"
],
"result": false
},
{
"config": {
"rudderAccountId": "3454354534",
"listOfConversions": [
{
"conversions": "Page View"
},
{
"conversions": "Product Added"
}
],
"authStatus": "active",
"configData": "{\"customerId\": \"1234567890\", \"loginCustomerId\": \"\"}"
},
"result": true
}
]

0 comments on commit 11ad344

Please sign in to comment.