{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExchangeMessage", "title": "ExchangeMessage", "properties": { "messageCode": { "type": "string" }, "messageDescription": { "type": "string" } }, "type": "object" }