Tyk · JSON Structure

Tyk Gateway Session Provider Meta Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

meta name storage_engine

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SessionProviderMeta",
  "type": "object",
  "properties": {
    "meta": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "storage_engine": {
      "type": "string"
    }
  }
}