Skip to content

Commit

Permalink
chore(release): v5.0.0-next-major-spec.16 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Mar 14, 2023
1 parent dfd288f commit 1f090a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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": "5.0.0-next-major-spec.15",
"version": "5.0.0-next-major-spec.16",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
22 changes: 13 additions & 9 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5629,7 +5629,19 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/serverVariables.json"
},
"messages": {
"$ref": "http://asyncapi.com/definitions/3.0.0/messages.json"
"type": "object",
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/messageObject.json"
}
]
}
}
},
"securitySchemes": {
"type": "object",
Expand Down Expand Up @@ -5735,14 +5747,6 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
"description": "JSON objects describing schemas the API uses."
},
"http://asyncapi.com/definitions/3.0.0/messages.json": {
"$id": "http://asyncapi.com/definitions/3.0.0/messages.json",
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/message.json"
},
"description": "JSON objects describing the messages being consumed and produced by the API."
}
},
"description": "!!Auto generated!! \n Do not manually edit. "
Expand Down

0 comments on commit 1f090a6

Please sign in to comment.