api-shield_operation_feature_api_routing

APIs.ioEngineeringPlatform

Properties

Name Type Description
api_routing object API Routing settings on endpoint.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-operation-feature-api-routing-schema.json Raw ↑
{
  "$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"
}