Skip to content

Commit

Permalink
fix: added required
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Dec 2, 2024
1 parent 41dc411 commit 77651e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configurations/destinations/posthog/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": ["teamApiKey"],
"additionalProperties": true,
"properties": {
"consentManagement": {
Expand Down

0 comments on commit 77651e5

Please sign in to comment.