{ "name": "Persons", "pageBundle": false, "fields": [ { "title": "title", "name": "title", "type": "string" }, { "title": "date", "name": "date", "type": "datetime" }, { "title": "type", "name": "type", "type": "string" }, { "title": "description", "name": "description", "type": "string" }, { "title": "tags", "name": "tags", "type": "tags" }, { "title": "thumbnail", "name": "thumbnail", "type": "fields", "fields": [ { "title": "url", "name": "url", "type": "string" }, { "title": "author", "name": "author", "type": "string" }, { "title": "author-url", "name": "author-url", "type": "string" }, { "title": "origin", "name": "origin", "type": "string" }, { "title": "origin-url", "name": "origin-url", "type": "string" } ] }, { "title": "modules", "name": "modules", "type": "choice", "choices": [ "mermaid" ] } ] }