Tyk · JSON Structure

Tyk Gateway Access Definition Structure

Type: object Properties: 9
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

allowance_scope allowed_types allowed_urls api_id api_name disable_introspection field_access_rights restricted_types versions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}