{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Engagement Process", "description": "Numbered engagement phases on a hairline rail.", "type": "object", "properties": { "eyebrow": { "type": "string", "title": "Eyebrow", "x-editor": "text" }, "heading": { "type": "string", "title": "Heading", "x-editor": "text" }, "intro": { "type": "string", "title": "Intro", "x-editor": "textarea" }, "steps": { "type": "array", "title": "Steps", "x-editor": "collection", "items": { "type": "object", "properties": { "title": { "type": "string", "title": "Title", "x-editor": "text" }, "text": { "type": "string", "title": "Description", "x-editor": "textarea" } } } } } }