Tyk · Schema

PolicyPartitions

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
acl boolean
complexity boolean
per_api boolean
quota boolean
rate_limit boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-policy-partitions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PolicyPartitions",
  "type": "object",
  "properties": {
    "acl": {
      "type": "boolean"
    },
    "complexity": {
      "type": "boolean"
    },
    "per_api": {
      "type": "boolean"
    },
    "quota": {
      "type": "boolean"
    },
    "rate_limit": {
      "type": "boolean"
    }
  }
}