Tyk · JSON Structure

Tyk Gateway Routing Trigger Options Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

RoutingTriggerOptions is a JSON Structure definition published by Tyk, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

header_matches path_part_matches query_val_matches request_context_matches session_meta_matches

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}