A list of Route objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RouteList", "type": "object", "description": "A list of Route objects.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "items": { "type": "array" } } }