{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-cellulant-details-structure.json", "description": "CellulantDetails schema from Adyen API", "type": "object", "properties": { "checkoutAttemptId": { "x-addedInVersion": "68", "description": "The checkout attempt identifier.", "type": "string" }, "issuer": { "description": "The Cellulant issuer.", "type": "string" }, "type": { "default": "cellulant", "description": "**Cellulant**", "enum": [ "cellulant" ], "type": "string" } }, "additionalProperties": false, "name": "CellulantDetails" }