Tyk · Schema

GatewayTags

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
tags array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-gateway-tags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GatewayTags",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "tags": {
      "type": "array"
    }
  }
}