Tyk · Schema

ScopesType2

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
claimName string
scopeToPolicyMapping array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-scopes-type2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ScopesType2",
  "type": "object",
  "properties": {
    "claimName": {
      "type": "string"
    },
    "scopeToPolicyMapping": {
      "type": "array"
    }
  }
}