Tyk · Schema

RoutingTriggerOptions

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
header_matches object
path_part_matches object
query_val_matches object
request_context_matches object
session_meta_matches object
View JSON Schema on GitHub

JSON Schema

tyk-gateway-routing-trigger-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RoutingTriggerOptions",
  "type": "object",
  "properties": {
    "header_matches": {
      "type": "object"
    },
    "path_part_matches": {
      "type": "object"
    },
    "query_val_matches": {
      "type": "object"
    },
    "request_context_matches": {
      "type": "object"
    },
    "session_meta_matches": {
      "type": "object"
    }
  }
}