26 lines
435 B
JSON
26 lines
435 B
JSON
{
|
|
"name": "Test Dataset",
|
|
"id": "test_dataset",
|
|
"uuid": "019bd8f5-7e61-7cac-b4b6-630aba8721a8",
|
|
"data_object_type": "items",
|
|
"objects": [
|
|
{
|
|
"name": "Test Item",
|
|
"id": "test-item",
|
|
"fields": [
|
|
{
|
|
"id": "cost",
|
|
"type": "NUMBER",
|
|
"is_list": false,
|
|
"value": "100"
|
|
},
|
|
{
|
|
"id": "some_string",
|
|
"type": "TEXT",
|
|
"is_list": false,
|
|
"value": "This is some text"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |