{ "type": "object", "properties": { "$type": { "type": "string", "example": "RepaymentRequest" }, "msisdn": { "type": "string", "example": "3451342" }, "debtId": { "type": "string", "example": "273194670" }, "productId": { "type": "string", "example": "101" }, "transactionId": { "type": "string", "example": "20171209232115" }, "customerId": { "type": "string", "example": "CN621868" }, "channel": { "type": "string", "example": "USSD" } }, "required": [ "$type", "msisdn", "debtId", "productId", "transactionId", "customerId", "channel" ] }