Google Cloud Pub/Sub message binding
Contains information about the message representation in Google Cloud Pub/Sub.
Structure
copy
Examples
json
{
"schema": {
"name": "projects/your-project-id/schemas/your-avro-schema-id"
}
}
Changelog
Removed
schema.type
json
{
"schema": {
"type": "object",
"additionalItems": false,
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": ["name", "type"]
"required": ["name"]
}
}