{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ScreenerQuestionResponse", "type": "object", "properties": { "questionId": { "type": "string" }, "question": { "type": "string" }, "answer": { "type": "string" } } }