{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SurveyNextQuestionBranching", "title": "SurveyNextQuestionBranching", "type": "object", "properties": { "type": { "allOf": [ { "$ref": "#/components/schemas/SurveyNextQuestionBranchingTypeEnum" } ], "description": "Continue to the next question in sequence.\n\n* `next_question` - next_question" } }, "required": [ "type" ] }