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