Skip to content

Commit

Permalink
Merge branch 'next-major-spec' into v3-description
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Oct 11, 2023
2 parents f3fd0c8 + ae2b0d4 commit 1ce3214
Show file tree
Hide file tree
Showing 7 changed files with 2,873 additions and 63 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
9 changes: 8 additions & 1 deletion bindings/kafka/0.4.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
},
"properties": {
"key": {
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
}
],
"description": "The message key."
},
"schemaIdLocation": {
Expand Down
Loading

0 comments on commit 1ce3214

Please sign in to comment.