{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Studio Masthead", "description": "Oversized studio wordmark with mono index counter top-right", "type": "object", "properties": { "studioName": { "type": "string", "title": "Studio Name", "description": "Wordmark text rendered at display size", "x-editor": "text", "default": "STUDIO" }, "tagline": { "type": "string", "title": "Tagline", "description": "Short tagline rendered below the wordmark", "x-editor": "text" }, "indexNumber": { "type": "string", "title": "Index Counter", "description": "Mono index counter top-right, e.g. 01 / 14", "x-editor": "text", "default": "01 / 14" } }, "required": ["studioName"] }