{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/recurring-permit-result-structure.json", "description": "PermitResult schema from Adyen API", "type": "object", "properties": { "resultKey": { "x-addedInVersion": "32", "description": "The key to link permit requests to permit results.", "type": "string" }, "token": { "x-addedInVersion": "32", "description": "The permit token which is used to make payments by the partner company.", "type": "string" } }, "name": "PermitResult" }