{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeedbackResponse", "title": "FeedbackResponse", "type": "object", "properties": { "id": { "type": "string" }, "generationId": { "type": "string" }, "feedback": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" } } }