{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Colophon", "description": "Mono caption strip with credits and optional social row.", "type": "object", "properties": { "credits": { "type": "string", "title": "Credits", "description": "Mono-set credits block (rich text).", "x-editor": "richtext" }, "showSocial": { "type": "string", "title": "Show Social Row", "description": "Toggle the social row beneath the credits.", "enum": ["true", "false"], "default": "false", "x-editor": "select" } } }