{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormStepConfig", "title": "FormStepConfig", "type": "object", "additionalProperties": false, "properties": { "components": { "$ref": "#/components/schemas/FormStepComponentList" }, "next_node": { "$ref": "#/components/schemas/FormNodePointer" } } }