{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdatePortalIntegrations", "title": "Update Portal Integrations", "description": "Partially update configuration data for Dev Portal integrations", "type": "object", "properties": { "google_tag_manager": { "$ref": "#/components/schemas/UpdateGoogleTagManagerIntegration" }, "google_analytics_4": { "$ref": "#/components/schemas/UpdateGoogleAnalytics4Integration" } }, "default": {}, "additionalProperties": false }