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