{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_operation_feature_api_routing", "title": "api-shield_operation_feature_api_routing", "example": { "api_routing": { "last_updated": "2014-01-01T05:20:00.12345Z", "route": "https://api.example.com/api/service" } }, "properties": { "api_routing": { "description": "API Routing settings on endpoint.", "properties": { "last_updated": { "$ref": "#/components/schemas/api-shield_timestamp" }, "route": { "description": "Target route.", "example": "https://api.example.com/api/service", "type": "string" } }, "type": "object" } }, "readOnly": true, "type": "object" }