Tyk · JSON Structure

Tyk Gateway Header Injection Meta Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

act_on add_headers delete_headers disabled method path

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

JSON Structure

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