{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Field Note", "description": "Article-style dispatch from the field with byline and location", "type": "object", "properties": { "author": { "type": "string", "title": "Author", "description": "Author name", "x-editor": "text" }, "location": { "type": "string", "title": "Location", "description": "Location where the dispatch was filed", "x-editor": "text" }, "dateline": { "type": "string", "title": "Dateline", "description": "Date the dispatch was filed", "x-editor": "text" }, "body": { "type": "string", "title": "Body", "description": "Body copy of the field note", "x-editor": "richtext" }, "image": { "type": "string", "title": "Image", "description": "Lede image for the dispatch", "x-editor": "media" } } }