Tyk · Schema

OpenIDOptions

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
providers array
segregate_by_client boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-open-id-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OpenIDOptions",
  "type": "object",
  "properties": {
    "providers": {
      "type": "array"
    },
    "segregate_by_client": {
      "type": "boolean"
    }
  }
}