{ "kind": "singleType", "collectionName": "abouts", "info": { "name": "About" }, "options": { "increments": true, "timestamps": true }, "attributes": { "Content": { "type": "richtext" }, "Title": { "type": "string" }, "Video": { "collection": "file", "via": "related", "allowedTypes": [ "images", "files", "videos" ], "plugin": "upload", "required": false }, "Optionextra": { "type": "richtext" } } }