{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Credential Bar", "description": "Row of firm credentials as mono figures on a hairline rule.", "type": "object", "properties": { "items": { "type": "array", "title": "Credentials", "x-editor": "collection", "items": { "type": "object", "properties": { "figure": { "type": "string", "title": "Figure", "description": "e.g. \"18\", \"6\", \"200+\"", "x-editor": "text" }, "label": { "type": "string", "title": "Label", "x-editor": "text" } } } } } }