{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-operation-status-schema.json", "title": "OperationStatus", "description": "OperationStatus schema from Adyen API", "type": "object", "properties": { "message": { "description": "The message regarding the operation status.", "$ref": "#/components/schemas/Message" }, "statusCode": { "description": "The status code.", "type": "string" } } }