{ "$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 }