{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-message-schema.json", "title": "Message", "description": "Message schema from Adyen API", "type": "object", "properties": { "code": { "description": "The message code.", "type": "string" }, "text": { "description": "The message text.", "type": "string" } } }