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

16 lines
250 B
JSON
Executable File

{
"info": {
"name": "openingtimes",
"description": ""
},
"connection": "default",
"collectionName": "groups_openingtimes",
"attributes": {
"label": {
"type": "string"
},
"time": {
"type": "string"
}
}
}