20 lines
317 B
JSON
20 lines
317 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "posts",
|
|
"info": {
|
|
"name": "post",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"Título": {
|
|
"default": "",
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
} |