{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QuestionChoice", "title": "QuestionChoice", "type": "object", "properties": { "symbolicName": { "type": "string", "example": "yes" }, "displayValue": { "type": "string", "example": "Yes" } } }