{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsScorecardQuestion", "title": "AtsScorecardQuestion", "properties": { "answer": { "type": "string" }, "description": { "type": "string" }, "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }