{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DisablePermitRequest", "title": "DisablePermitRequest", "properties": { "merchantAccount": { "description": "The merchant account identifier, with which you want to process the transaction.", "type": "string" }, "token": { "description": "The permit token to disable.", "type": "string" } }, "required": [ "merchantAccount", "token" ], "type": "object" }