Tyk · JSON Structure

Tyk Gateway Middleware Id Extractor Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

disabled extract_from extract_with extractor_config

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MiddlewareIdExtractor",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "extract_from": {
      "type": "string"
    },
    "extract_with": {
      "type": "string"
    },
    "extractor_config": {
      "type": "object"
    }
  }
}