{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-operation-status-structure.json", "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" } }, "name": "OperationStatus" }