{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormNode", "title": "FormNode", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/FormFlow" }, { "$ref": "#/components/schemas/FormRouter" }, { "$ref": "#/components/schemas/FormStep" } ] }