{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SurveyQuestionInputSchema", "title": "SurveyQuestionInputSchema", "oneOf": [ { "$ref": "#/components/schemas/SurveyOpenQuestionSchema" }, { "$ref": "#/components/schemas/SurveyLinkQuestionSchema" }, { "$ref": "#/components/schemas/SurveyRatingQuestionSchema" }, { "$ref": "#/components/schemas/SurveySingleChoiceQuestionSchema" }, { "$ref": "#/components/schemas/SurveyMultipleChoiceQuestionSchema" } ] }