{ "type": "object", "required": ["requestId", "affiliateCode", "debtId", "productId", "customerId", "accountId", "provideAmount", "collectAmount", "interestRate"], "properties": { "requestId": { "type": "string" }, "affiliateCode": { "type": "string" }, "debtId": { "type": "integer" }, "productId": { "type": "string" }, "customerId": { "type": "string" }, "accountId": { "type": "string" }, "provideAmount": { "type": "number" }, "collectAmount": { "type": "number" }, "interestRate": { "type": "number" } } }