{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/disputes-delete-defense-document-response-schema.json", "title": "DeleteDefenseDocumentResponse", "description": "DeleteDefenseDocumentResponse schema from Adyen API", "type": "object", "properties": { "disputeServiceResult": { "description": "The result of the dispute service.", "$ref": "#/components/schemas/DisputeServiceResult" } }, "required": [ "disputeServiceResult" ] }