[add] example:sweets
This commit is contained in:
parent
a4f000a64a
commit
d0618320ca
13
doc/examples/sweets.sindri.json
Normal file
13
doc/examples/sweets.sindri.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"domains": [
|
||||
{
|
||||
"name": "sweets",
|
||||
"description": "collection of sweets",
|
||||
"key_field": {"name": "id"},
|
||||
"data_fields": [
|
||||
{"name": "name", "type": "string_medium"},
|
||||
{"name": "calories", "type": "integer"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue