Tyk · JSON Structure

Tyk Gateway Policy Partitions Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

PolicyPartitions is a JSON Structure definition published by Tyk, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

acl complexity per_api quota rate_limit

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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