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