27 lines
457 B
JSON
27 lines
457 B
JSON
{
|
|
"name": "Test Dataset",
|
|
"id": "test_dataset",
|
|
"uuid": "019bd96e-0b04-752b-a8f3-8dcdf27bc344",
|
|
"data_object_type": "items",
|
|
"objects": [
|
|
{
|
|
"name": "Test Item",
|
|
"id": "test-item",
|
|
"template_id": "",
|
|
"fields": [
|
|
{
|
|
"id": "cost",
|
|
"type": "NUMBER",
|
|
"is_list": false,
|
|
"value": "100"
|
|
},
|
|
{
|
|
"id": "some_string",
|
|
"type": "TEXT",
|
|
"is_list": false,
|
|
"value": "This is some text"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |