Tyk · Schema

TemplateMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
method string
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-template-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TemplateMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}