{ "type": "object", "name": "PrescribableField", "properties": { "customDefinitions": { "type": "array", "description": "", "items": { "type": "string" } }, "field": { "type": "object", "properties": { "label": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" } }, "required": [ "label", "name", "type" ] } }, "required": [ "customDefinitions", "field" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }