Tyk · JSON Structure

Tyk Gateway Template Data Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

TemplateData 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

enable_session input_type template_mode template_source

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TemplateData",
  "type": "object",
  "properties": {
    "enable_session": {
      "type": "boolean"
    },
    "input_type": {
      "type": "string"
    },
    "template_mode": {
      "type": "string"
    },
    "template_source": {
      "type": "string"
    }
  }
}