Skip to content

Commit

Permalink
removed trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Oct 5, 2023
1 parent 61f0434 commit 6aa1126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit 6aa1126

Please sign in to comment.