{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormNodeList", "title": "FormNodeList", "type": "array", "minItems": 0, "items": { "$ref": "#/components/schemas/FormNode" } }