Tyk · Schema

IDExtractorConfig

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
formParamName string
headerName string
regexp string
regexpMatchIndex integer
xPathExp string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-id-extractor-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IDExtractorConfig",
  "type": "object",
  "properties": {
    "formParamName": {
      "type": "string"
    },
    "headerName": {
      "type": "string"
    },
    "regexp": {
      "type": "string"
    },
    "regexpMatchIndex": {
      "type": "integer"
    },
    "xPathExp": {
      "type": "string"
    }
  }
}