Tyk · JSON Structure

Tyk Gateway Url Rewrite Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

URLRewrite 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

enabled pattern rewriteTo triggers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "URLRewrite",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "pattern": {
      "type": "string"
    },
    "rewriteTo": {
      "type": "string"
    },
    "triggers": {
      "type": "array"
    }
  }
}