{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-transit_hop_result", "title": "magic-transit_hop_result", "properties": { "nodes": { "description": "An array of node objects.", "items": { "$ref": "#/components/schemas/magic-transit_node_result" }, "type": "array" }, "packets_lost": { "$ref": "#/components/schemas/magic-transit_packets_lost" }, "packets_sent": { "$ref": "#/components/schemas/magic-transit_packets_sent" }, "packets_ttl": { "$ref": "#/components/schemas/magic-transit_packets_ttl" } }, "type": "object" }