strapi/examples/getstarted/groups/closingperiod.json
2019-08-28 17:20:53 +02:00

21 lines
351 B
JSON
Executable File

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