Tyk · Schema

MiddlewareIdExtractor

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
extract_from string
extract_with string
extractor_config object
View JSON Schema on GitHub

JSON Schema

tyk-gateway-middleware-id-extractor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MiddlewareIdExtractor",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "extract_from": {
      "type": "string"
    },
    "extract_with": {
      "type": "string"
    },
    "extractor_config": {
      "type": "object"
    }
  }
}