{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationQueueGcpPubsubOutbound", "title": "NotificationQueueGcpPubsubOutbound", "allOf": [ { "$ref": "#/components/schemas/NotificationHook" } ], "properties": { "gcp_pubsub_topic_name": { "type": "string", "description": "Identification of the Pub/Sub topic to which Snowpipe pushes notifications.", "example": "example_value" }, "gcp_pubsub_service_account": { "type": "string", "readOnly": true, "description": "Google Cloud Platform (GCP) service account created for your account.", "example": "example_value" } } }