Tyk · JSON Structure

Tyk Gateway Cache Plugin Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

CachePlugin 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

cacheByRegex cacheResponseCodes enabled timeout

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CachePlugin",
  "type": "object",
  "properties": {
    "cacheByRegex": {
      "type": "string"
    },
    "cacheResponseCodes": {
      "type": "array"
    },
    "enabled": {
      "type": "boolean"
    },
    "timeout": {
      "type": "integer"
    }
  }
}