{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DisputeServiceResult", "title": "DisputeServiceResult", "properties": { "errorMessage": { "description": "The general error message.", "type": "string" }, "success": { "description": "Indicates whether the request succeeded.", "type": "boolean" } }, "required": [ "success" ], "type": "object" }