SubjectErasureResponse schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/data-protection-subject-erasure-response-schema.json", "title": "SubjectErasureResponse", "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" } } }