{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FundTransferRequest", "type": "object", "properties": { "header": { "type": "object" }, "body": { "type": "object" } } }