Tyk · Schema

ProviderType2

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
clientToPolicyMapping array
issuer string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-provider-type2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProviderType2",
  "type": "object",
  "properties": {
    "clientToPolicyMapping": {
      "type": "array"
    },
    "issuer": {
      "type": "string"
    }
  }
}