strapi/examples/getstarted/api/rocketshipmaker/models/Rocketshipmaker.settings.json
2019-07-16 19:00:00 +02:00

22 lines
384 B
JSON

{
"connection": "default",
"collectionName": "rocketshipmakers",
"info": {
"name": "rocketshipmaker",
"description": ""
},
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
"name": {
"type": "string"
},
"rocketships": {
"collection": "rocketship",
"via": "rocketshipmaker"
}
}
}