@asyncapi/specs
Advanced tools
Comparing version 2.9.0-2021-09-release.1 to 2.9.0-2021-09-release.2
{ | ||
"name": "@asyncapi/specs", | ||
"version": "2.9.0-2021-09-release.1", | ||
"version": "2.9.0-2021-09-release.2", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -499,2 +499,10 @@ { | ||
}, | ||
"servers": { | ||
"type": "array", | ||
"description": "The names of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.", | ||
"items": { | ||
"type": "string" | ||
}, | ||
"uniqueItems": true | ||
}, | ||
"publish": { | ||
@@ -501,0 +509,0 @@ "$ref": "#/definitions/operation" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
287018
9899