{
"name": "Example comments app", // Name of your App Design
"version": "1.0", // Version number
"size": {
"width": 6,
"height": 6
},
"mapping": [ // Defines the DataSets and schema used in your App Design
{
"alias": "sales",
"dataSetId": "5168da8d-1c72-4e31-ba74-f609f73071dd",
"fields": [
{
"alias": "amount",
"columnName": "Sales Amount"
},
{
"alias": "name",
"columnName": "Client Name"
},
{
"alias": "startDate",
"columnName": "Contract Initiation Date"
}
]
}
],
"collections": [ // Defines the AppDB Collections used in your App Design
{
"name": "CommentsTable",
"schema": {"columns":
[{"name": "user", "type": "STRING"},
{"name": "comment", "type": "STRING"}]
},
"syncEnabled": true // True if you want your collection synced back to a Domo DataSet (schema required)
},
{
"name": "Users"
}
],
"id": "760ae493-6c29-4e61-8fe3-9c887265ea86" // App Design Id
"proxyId": "5214dc9d-7ebe-4bf5-a0b9-c66f57a350b1" // App Instance you are developing against (needed for AppDB collection)
}