{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProxyURLs", "title": "ProxyURLs", "description": "Array of proxy URLs associated with reaching the data-planes connected to a control-plane.", "type": "array", "items": { "$ref": "#/components/schemas/ProxyURL" }, "format": "set", "example": [ { "host": "example.com", "port": 443, "protocol": "https" } ] }