mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
9 lines
380 B
JSON
9 lines
380 B
JSON
[
|
|
{ "name": "id", "type": "text", "label": "ID" },
|
|
{ "name": "title", "type": "text", "label": "Title" },
|
|
{ "name": "color", "type": "text", "label": "Color" },
|
|
{ "name": "position", "type": "integer", "label": "Position" },
|
|
{ "name": "created_at", "type": "date", "label": "Created at" },
|
|
{ "name": "updated_at", "type": "date", "label": "Updated at" }
|
|
]
|