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