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