Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 4, 2024
2 parents 5b60ac3 + 348491d commit 8a450bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions base/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@
"description": "Name of the application this data was sourced from",
"type": "string"
},
"sourceAccountId": {
"title": "Source Account ID",
"description": "ID of the account from the original data source",
"type": "object"
},
"sourceId": {
"title": "Source ID",
"description": "ID from the original data source",
"type": "object"
},
"sourceData": {
"title": "Source data",
"description": "Raw data from the original source",
"type": "object"
},
"icon": {
"title": "Icon",
"description": "URL of an icon for this record. Must be square, prefer SVG, otherwise minimum 50p x 50p",
Expand Down

0 comments on commit 8a450bd

Please sign in to comment.