Skip to content

Commit

Permalink
Fix incorrect source property types
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 4, 2024
1 parent 348491d commit 0a2bcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"sourceAccountId": {
"title": "Source Account ID",
"description": "ID of the account from the original data source",
"type": "object"
"type": "string"
},
"sourceId": {
"title": "Source ID",
"description": "ID from the original data source",
"type": "object"
"type": "string"
},
"sourceData": {
"title": "Source data",
Expand Down

0 comments on commit 0a2bcec

Please sign in to comment.