{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/data-protection-subject-erasure-response-structure.json", "description": "SubjectErasureResponse schema from Adyen API", "type": "object", "properties": { "result": { "description": "The result of this operation.", "enum": [ "ACTIVE_RECURRING_TOKEN_EXISTS", "ALREADY_PROCESSED", "PAYMENT_NOT_FOUND", "SUCCESS" ], "type": "string" } }, "name": "SubjectErasureResponse" }