Tyk · Schema

TemplateData

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enable_session boolean
input_type string
template_mode string
template_source string
View JSON Schema on GitHub

JSON Schema

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