Skip to content

Commit

Permalink
chore(release): v5.0.0-next-major-spec.4 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Feb 7, 2023
1 parent 4104cab commit 934583e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 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.3",
"version": "5.0.0-next-major-spec.4",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
34 changes: 30 additions & 4 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,17 @@
"url": {
"type": "string"
},
"title": {
"type": "string",
"description": "A human-friendly title for the server."
},
"summary": {
"type": "string",
"description": "A brief summary of the server."
},
"description": {
"type": "string"
"type": "string",
"description": "A longer description of the server. CommonMark is allowed."
},
"protocol": {
"type": "string",
Expand Down Expand Up @@ -702,9 +711,17 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/parameter.json"
}
},
"title": {
"type": "string",
"description": "A human-friendly title for the channel."
},
"summary": {
"type": "string",
"description": "A brief summary of the channel."
},
"description": {
"type": "string",
"description": "A description of the channel."
"description": "A longer description of the channel. CommonMark is allowed."
},
"servers": {
"type": "array",
Expand Down Expand Up @@ -2553,11 +2570,17 @@
]
}
},
"title": {
"type": "string",
"description": "A human-friendly title for the operation."
},
"summary": {
"type": "string"
"type": "string",
"description": "A brief summary of the operation."
},
"description": {
"type": "string"
"type": "string",
"description": "A longer description of the operation. CommonMark is allowed."
},
"security": {
"type": "array",
Expand Down Expand Up @@ -2596,6 +2619,9 @@
"channel": {
"$ref": "http://asyncapi.com/definitions/3.0.0/operation.json#/properties/channel"
},
"title": {
"$ref": "http://asyncapi.com/definitions/3.0.0/operation.json#/properties/title"
},
"summary": {
"$ref": "http://asyncapi.com/definitions/3.0.0/operation.json#/properties/summary"
},
Expand Down

0 comments on commit 934583e

Please sign in to comment.