14 lines
240 B
JSON
14 lines
240 B
JSON
|
|
{
|
||
|
|
"domains": [
|
||
|
|
{
|
||
|
|
"name": "sweets",
|
||
|
|
"description": "collection of sweets",
|
||
|
|
"key_field": {"name": "id"},
|
||
|
|
"data_fields": [
|
||
|
|
{"name": "name", "type": "string_medium"},
|
||
|
|
{"name": "calories", "type": "integer"}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|