{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KongEntitiesResponse", "title": "KongEntitiesResponse", "type": "object", "properties": { "routes": { "type": "array", "items": { "$ref": "#/components/schemas/KongRoute" } }, "services": { "type": "array", "items": { "$ref": "#/components/schemas/KongService" } } }, "required": [ "routes", "services" ] }