{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TLSRouteList", "title": "TLSRouteList", "type": "object", "description": "List of TLSRoute resources.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/TLSRoute" } } } }