{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Issue Masthead", "description": "Wordmark + folio bar across the top of the page.", "type": "object", "properties": { "issueNo": { "type": "string", "title": "Issue Number", "description": "Folio number (e.g. \"01\").", "x-editor": "text" }, "tagline": { "type": "string", "title": "Tagline", "description": "Issue volume / tagline line (e.g. \"Vol. 1 / Spring\").", "x-editor": "text" }, "date": { "type": "string", "title": "Date", "description": "Issue date or month.", "x-editor": "text" } } }