{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-encrypted-order-data-structure.json", "description": "EncryptedOrderData schema from Adyen API", "type": "object", "properties": { "orderData": { "description": "The encrypted order data.", "type": "string" }, "pspReference": { "description": "The `pspReference` that belongs to the order.", "type": "string" } }, "required": [ "pspReference", "orderData" ], "name": "EncryptedOrderData" }