{ "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" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProcessParameter5" }