Tyk · Schema

Internal

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
View JSON Schema on GitHub

JSON Schema

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