Kong · Schema

Portal Integrations

Configuration data for Dev Portal integrations

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
google_tag_manager object
google_analytics_4 object
View JSON Schema on GitHub

JSON Schema

kong-portalintegrations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortalIntegrations",
  "title": "Portal Integrations",
  "description": "Configuration data for Dev Portal integrations",
  "type": "object",
  "properties": {
    "google_tag_manager": {
      "$ref": "#/components/schemas/GoogleTagManagerIntegration"
    },
    "google_analytics_4": {
      "$ref": "#/components/schemas/GoogleAnalytics4Integration"
    }
  },
  "default": {},
  "additionalProperties": false
}