{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotificationQueueGcpPubsubInbound", "type": "object", "properties": { "gcp_pubsub_subscription_name": { "type": "string", "description": "Pub/Sub topic subscription ID used to allow Snowflake access to event messages." }, "gcp_pubsub_service_account": { "type": "string", "description": "Google Cloud Platform (GCP) service account created for your account." } } }