Tyk · Schema

NotificationsManager

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
oauth_on_keychange_url string
shared_secret string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-notifications-manager-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationsManager",
  "type": "object",
  "properties": {
    "oauth_on_keychange_url": {
      "type": "string"
    },
    "shared_secret": {
      "type": "string"
    }
  }
}