{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeedbackType", "title": "FeedbackType", "type": "string", "enum": [ "positive", "negative" ] }