{ "id": "single_type", "title": "Single Type", "types": { "generic": { "description": "A generic type that supports fields that make writing textual information easy.", "id": "generic", "name": "Generic Type", "optional_fields": [ "excerpt" ], "required_fields": [ "title", "body" ], "rendering": { "txt": "################################\n{{content.title}} ({{content.id}}):\n################################\n\n{{content.body}}" } } } }