Tyk · JSON Structure

Tyk Gateway Policy Structure

Type: object Properties: 21
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

_id access_rights active enable_http_signature_validation graphql_access_rights hmac_enabled id is_inactive key_expires_in last_updated max_query_depth meta_data name org_id per quota_max quota_renewal_rate rate tags throttle_interval throttle_retry_limit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Policy",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string"
    },
    "access_rights": {
      "type": "object"
    },
    "active": {
      "type": "boolean"
    },
    "enable_http_signature_validation": {
      "type": "boolean"
    },
    "graphql_access_rights": {
      "type": "object"
    },
    "hmac_enabled": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "is_inactive": {
      "type": "boolean"
    },
    "key_expires_in": {
      "type": "integer"
    },
    "last_updated": {
      "type": "string"
    },
    "max_query_depth": {
      "type": "integer"
    },
    "meta_data": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "org_id": {
      "type": "string"
    },
    "per": {
      "type": "number"
    },
    "quota_max": {
      "type": "integer"
    },
    "quota_renewal_rate": {
      "type": "integer"
    },
    "rate": {
      "type": "number"
    },
    "tags": {
      "type": "array"
    },
    "throttle_interval": {
      "type": "number"
    },
    "throttle_retry_limit": {
      "type": "integer"
    }
  }
}