Files
strapi-elb/api/test/models/test.settings.json

17 lines
230 B
JSON

{
"kind": "collectionType",
"collectionName": "tests",
"info": {
"name": "test"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"title": {
"type": "string"
}
}
}