{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Message", "title": "Message", "properties": { "code": { "description": "The message code.", "type": "string" }, "text": { "description": "The message text.", "type": "string" } }, "type": "object" }