{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransferRequestResultObjectBody", "properties": { "result": { "description": "Includes the object of the query result", "$ref": "#/components/schemas/TransferOutObjectBody" } } }