{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/new-model", "title": "new-model", "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "label": { "type": "string" }, "id": { "type": "string" }, "default": { "type": "integer" }, "typeMeta": { "type": "string" }, "conditional": { "$ref": "#/components/schemas/widgetSchemaConditional" } } }, "x-internal": false }