{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetAllAssetsCrossChainResponse", "type": "object", "properties": { "assets": { "type": "array", "items": { "$ref": "#/components/schemas/AssetDataCrossChain" } } }, "required": [ "assets" ] }