{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/small-improvements/main/json-schema/checkboxanswerdto.json", "title": "CheckboxAnswerDto", "description": "CheckboxAnswerDto schema for the Small Improvements API", "allOf": [ { "$ref": "#/components/schemas/AnswerDto" }, { "type": "object", "title": "CheckboxAnswerDto" } ] }