{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SendFeedbackRequest", "type": "object", "properties": { "request_id": { "type": "string" }, "positive": { "type": "boolean" }, "feedback_message": { "type": "string" } } }