{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/recurring-permit-result-schema.json", "title": "PermitResult", "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" } } }