Tyk · Schema

AccessDefinition

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
allowance_scope string
allowed_types array
allowed_urls array
api_id string
api_name string
disable_introspection boolean
field_access_rights array
restricted_types array
versions array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-access-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessDefinition",
  "type": "object",
  "properties": {
    "allowance_scope": {
      "type": "string"
    },
    "allowed_types": {
      "type": "array"
    },
    "allowed_urls": {
      "type": "array"
    },
    "api_id": {
      "type": "string"
    },
    "api_name": {
      "type": "string"
    },
    "disable_introspection": {
      "type": "boolean"
    },
    "field_access_rights": {
      "type": "array"
    },
    "restricted_types": {
      "type": "array"
    },
    "versions": {
      "type": "array"
    }
  }
}