Google Cloud Pub/Sub message binding
Contains information about the message representation in Google Cloud Pub/Sub.
Structure
copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/googlepubsub/0.1.0/message.json"
title:"Cloud Pub/Sub Channel Schema"
description:"This object contains information about the message representation for Google Cloud Pub/Sub."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}Examples
json
{
"schema": {
"name": "projects/your-project-id/schemas/your-avro-schema-id",
"type": "avro"
}
}
Changelog
Good news, nothing was changed