Skip to content

Commit

Permalink
fix: remove trailing comma from kafka and googlepubsub bindings for m…
Browse files Browse the repository at this point in the history
…essages (#429)
  • Loading branch information
AceTheCreator authored Oct 7, 2023
1 parent ccbb08f commit e6e0841
Show file tree
Hide file tree
Showing 4 changed files with 2,815 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bindings/googlepubsub/0.2.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"examples": [
{
"schema": {
"name": "projects/your-project-id/schemas/your-avro-schema-id",
"name": "projects/your-project-id/schemas/your-avro-schema-id"
}
},
{
"schema": {
"name": "projects/your-project-id/schemas/your-protobuf-schema-id",
"name": "projects/your-project-id/schemas/your-protobuf-schema-id"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions bindings/kafka/0.4.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
}
]
],
"description": "The message key."
},
"schemaIdLocation": {
Expand Down
Loading

0 comments on commit e6e0841

Please sign in to comment.