{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QueryResponseAlternative79", "title": "QueryResponseAlternative79", "additionalProperties": false, "properties": { "questions": { "items": { "type": "string" }, "title": "Questions", "type": "array" } }, "required": [ "questions" ], "type": "object" }