{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-message-structure.json", "description": "Message schema from Adyen API", "type": "object", "properties": { "code": { "description": "The message code.", "type": "string" }, "text": { "description": "The message text.", "type": "string" } }, "name": "Message" }