sindri/doc/examples/sweets.sindri.json
2025-09-23 01:23:22 +02:00

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"}
]
}
]
}