17 lines
230 B
JSON
17 lines
230 B
JSON
{
|
|
"kind": "collectionType",
|
|
"collectionName": "tests",
|
|
"info": {
|
|
"name": "test"
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|