{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormEndingNode", "title": "FormEndingNode", "type": "object", "additionalProperties": false, "properties": { "redirection": { "$ref": "#/components/schemas/FormEndingNodeRedirection" }, "after_submit": { "$ref": "#/components/schemas/FormEndingNodeAfterSubmit" }, "coordinates": { "$ref": "#/components/schemas/FormNodeCoordinates" }, "resume_flow": { "$ref": "#/components/schemas/FormEndingNodeResumeFlowTrueConst" } } }