{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AcceptDisputeResponse", "title": "AcceptDisputeResponse", "properties": { "disputeServiceResult": { "description": "The result of the dispute service.", "$ref": "#/components/schemas/DisputeServiceResult" } }, "required": [ "disputeServiceResult" ], "type": "object" }