2019-11-13 19:26:04 +01:00

26 lines
438 B
JSON
Executable File

{
"connection": "default",
"collectionName": "components_closingperiods",
"info": {
"name": "closingperiod",
"description": ""
},
"attributes": {
"label": {
"type": "string"
},
"start_date": {
"type": "date",
"required": true
},
"end_date": {
"type": "date",
"required": true
},
"dish": {
"component": "default.dish",
"type": "component"
}
}
}