{ "name": "Docs", "pageBundle": false, "previewPath": null, "fields": [ { "title": "Title", "name": "title", "type": "string", "single": true }, { "title": "Description", "name": "description", "type": "string" }, { "title": "Metadata", "name": "metadata", "type": "string" }, { "title": "Categories", "name": "categories", "type": "choice", "choices": [ "Persons", "Evidence", "Legal" ] }, { "title": "Type", "name": "type", "type": "choice", "choices": [ "default", "docs", "minimal" ], "default": "docs" } ] }