Tyk · JSON Structure

Tyk Gateway Cache Meta Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

CacheMeta 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

cache_key_regex cache_response_codes disabled method path timeout

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CacheMeta",
  "type": "object",
  "properties": {
    "cache_key_regex": {
      "type": "string"
    },
    "cache_response_codes": {
      "type": "array"
    },
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "timeout": {
      "type": "integer"
    }
  }
}