Skip to content

Commit

Permalink
fix: schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkutty committed Feb 25, 2025
1 parent 486d5d4 commit 07d25a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/configurations/destinations/moengage/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"useObjectData": {
"type": "boolean",
"default": false
},
"oneTrustCookieCategories": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 07d25a5

Please sign in to comment.