{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Captioned Image", "description": "Image with 11px mono caption in the left gutter", "type": "object", "properties": { "image": { "type": "string", "title": "Image", "description": "Figure image", "x-editor": "media" }, "caption": { "type": "string", "title": "Caption", "description": "Mono uppercase caption text", "x-editor": "text" }, "figureNumber": { "type": "string", "title": "Figure Number", "description": "e.g. Fig. 01", "x-editor": "text" } } }