{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SurveyEndBranching", "title": "SurveyEndBranching", "type": "object", "properties": { "type": { "allOf": [ { "$ref": "#/components/schemas/SurveyEndBranchingTypeEnum" } ], "description": "End the survey.\n\n* `end` - end" } }, "required": [ "type" ] }