{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubjectErasureResponse", "title": "SubjectErasureResponse", "properties": { "result": { "description": "The result of this operation.", "enum": [ "ACTIVE_RECURRING_TOKEN_EXISTS", "ALREADY_PROCESSED", "PAYMENT_NOT_FOUND", "SUCCESS" ], "type": "string" } }, "type": "object" }