{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormStartNodeNullable", "title": "FormStartNodeNullable", "oneOf": [ { "$ref": "#/components/schemas/FormStartNode" }, { "type": "null" } ] }