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