{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SuggestReplyError", "title": "SuggestReplyError", "type": "object", "properties": { "detail": { "type": "string" }, "error_type": { "type": "string" } }, "required": [ "detail" ] }