{ "type": "object", "name": "CancelaVoucherRequest", "properties": { "processParameters": { "type": "array", "description": "", "items": { "type": "object", "properties": { "MemberId": { "type": "string" }, "VoucherId": { "type": "string" } }, "required": [ "MemberId", "VoucherId" ] } } }, "required": [ "processParameters" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }