{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsApplicationAnswer", "title": "AtsApplicationAnswer", "properties": { "answers": { "$ref": "#/components/schemas/property_AtsApplicationAnswer_answers" }, "question": { "type": "string" }, "question_id": { "type": "string" } }, "required": [ "question_id", "answers" ], "type": "object" }