Skip to content

Commit

Permalink
Fix shared schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Jan 22, 2025
1 parent 8f94844 commit c481e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"type": "object",
"additionalProperties": true,
"properties": {
"$ref": "./source_klaviyo/schemas/shared/campaign_properties.json"
"$ref": "campaign_properties.json"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"additionalProperties": true,
"properties": {
"$ref": "./source_klaviyo/schemas/shared/campaign_properties.json",
"$ref": "campaign_properties.json",
"estimated_recipient_count": { "type": ["null", "integer"] },
"campaign_message": {
"type": ["null", "object"],
Expand Down

0 comments on commit c481e39

Please sign in to comment.