mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
20 lines
345 B
JSON
Executable File
20 lines
345 B
JSON
Executable File
{
|
|
"info": {
|
|
"name": "restaurantservice",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_restaurantservices",
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"is_available": {
|
|
"type": "boolean",
|
|
"required": true,
|
|
"default": true
|
|
}
|
|
}
|
|
}
|