{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IssueWithdrawalRequestBody", "properties": { "currency": { "type": "string", "description": "Currency" }, "timestamp": { "type": "integer", "description": "Timestamp" }, "affiliateId": { "type": "integer", "description": "Affiliated Id" } } }