{ "collectionName": "components_translations_chronology_items", "info": { "displayName": "Chronology Item", "icon": "clock", "description": "" }, "options": {}, "attributes": { "language": { "type": "relation", "relation": "oneToOne", "target": "api::language.language" }, "title": { "type": "string" }, "description": { "type": "text" }, "note": { "type": "text" }, "status": { "type": "enumeration", "enum": [ "Incomplete", "Draft", "Review", "Done" ], "default": "Done", "required": true } } }