{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/disputes-dispute-service-result-structure.json", "description": "DisputeServiceResult schema from Adyen API", "type": "object", "properties": { "errorMessage": { "description": "The general error message.", "type": "string" }, "success": { "description": "Indicates whether the request succeeded.", "type": "boolean" } }, "required": [ "success" ], "name": "DisputeServiceResult" }