Tyk · Schema

HeaderInjectionMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
act_on boolean
add_headers object
delete_headers array
disabled boolean
method string
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-header-injection-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HeaderInjectionMeta",
  "type": "object",
  "properties": {
    "act_on": {
      "type": "boolean"
    },
    "add_headers": {
      "type": "object"
    },
    "delete_headers": {
      "type": "array"
    },
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}