{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-transit_options", "title": "magic-transit_options", "example": { "max_ttl": 15, "packet_type": "icmp" }, "properties": { "max_ttl": { "$ref": "#/components/schemas/magic-transit_max_ttl" }, "packet_type": { "$ref": "#/components/schemas/magic-transit_packet_type" }, "packets_per_ttl": { "$ref": "#/components/schemas/magic-transit_packets_per_ttl" }, "port": { "$ref": "#/components/schemas/magic-transit_port" }, "wait_time": { "$ref": "#/components/schemas/magic-transit_wait_time" } } }