{ "kind": "collectionType", "collectionName": "certifications", "info": { "name": "Certification" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "issueDate": { "type": "date" }, "title": { "type": "string", "required": true }, "student": { "plugin": "users-permissions", "model": "user" }, "externalUrl": { "type": "string" }, "internalUrl": { "type": "string" } } }