{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Credits Ticker", "description": "Marquee strip of credits scrolling across a fluoro accent band.", "type": "object", "properties": { "items": { "type": "array", "title": "Credits", "description": "The credit lines shown in the ticker.", "default": [], "x-editor": "array", "items": { "type": "object", "properties": { "label": { "type": "string", "title": "Credit", "description": "One credit (e.g. \"Photography — Kit Sato\").", "x-editor": "text" } } } } } }