mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
21 lines
351 B
JSON
Executable File
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
|
|
}
|
|
}
|
|
} |