here it is:
{
“kind”: “collectionType”,
“collectionName”: “time_sheets”,
“info”: {
“name”: “time-sheet”,
“description”: “”
},
“options”: {
“increments”: true,
“timestamps”: true,
“draftAndPublish”: true
},
“pluginOptions”: {},
“attributes”: {
“from”: {
“type”: “datetime”
},
“until”: {
“type”: “datetime”
},
“users_permissions_user”: {
“plugin”: “users-permissions”,
“model”: “user”
},
“description”: {
“type”: “string”
},
“client”: {
“model”: “clients”
},
“project”: {
“model”: “projects”
},
“approved”: {
“type”: “boolean”
},
“work_with”: {
“type”: “string”
},
“work_as”: {
“type”: “enumeration”,
“enum”: [
“Engineer”,
“Assistant”,
“Both”,
“AutoCAD”
]
}
}
}