{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-transit_targets", "title": "magic-transit_targets", "example": [ "203.0.113.1", "cloudflare.com" ], "items": { "description": "Hosts as a hostname or IPv4/IPv6 address represented by strings.", "example": "203.0.113.1", "type": "string" }, "maxLength": 10, "type": "array" }