Skip to content

Commit

Permalink
Merge branch 'next-major-spec' into add_migration_guide_v6
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Nov 30, 2023
2 parents 50f2fcb + 31f4f9c commit 397228e
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 443 deletions.
15 changes: 1 addition & 14 deletions definitions/3.0.0/messageBindingsObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"kafka": {
"properties": {
"bindingVersion": {
"enum": ["0.4.0", "0.3.0", "0.1.0"]
"enum": ["0.4.0", "0.3.0"]
}
},
"allOf": [
Expand Down Expand Up @@ -161,19 +161,6 @@
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.3.0/message.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.1.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.1.0/message.json"
}
}
]
},
Expand Down
15 changes: 1 addition & 14 deletions definitions/3.0.0/operationBindingsObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"kafka": {
"properties": {
"bindingVersion": {
"enum": ["0.4.0", "0.3.0", "0.1.0"]
"enum": ["0.4.0", "0.3.0"]
}
},
"allOf": [
Expand Down Expand Up @@ -161,19 +161,6 @@
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.3.0/operation.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.1.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.1.0/operation.json"
}
}
]
},
Expand Down
214 changes: 40 additions & 174 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "6.0.0-next-major-spec.14",
"version": "6.0.0-next-major-spec.15",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
Loading

0 comments on commit 397228e

Please sign in to comment.