Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@asyncapi/specs

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/specs - npm Package Compare versions

Comparing version 5.0.0-next-major-spec.7 to 5.0.0-next-major-spec.8

10

definitions/3.0.0/asyncapi.json

@@ -46,14 +46,4 @@ {

"$ref": "http://asyncapi.com/definitions/3.0.0/components.json"
},
"tags": {
"type": "array",
"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
},
"uniqueItems": true
},
"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
}
}

24

definitions/3.0.0/channel.json

@@ -40,9 +40,13 @@ {

},
"bindings": {
"$ref": "http://asyncapi.com/definitions/3.0.0/channelBindingsObject.json"
},
"tags": {
"type": "array",
"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},

@@ -52,3 +56,13 @@ "uniqueItems": true

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},
"bindings": {
"$ref": "http://asyncapi.com/definitions/3.0.0/channelBindingsObject.json"
}

@@ -55,0 +69,0 @@ },

@@ -94,2 +94,28 @@ {

}
},
"tags": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
}
},
"externalDocs": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
}
}

@@ -96,0 +122,0 @@ },

@@ -41,3 +41,10 @@ {

"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},

@@ -47,3 +54,10 @@ "uniqueItems": true

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
}

@@ -50,0 +64,0 @@ },

@@ -69,3 +69,10 @@ {

"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},

@@ -91,3 +98,10 @@ "uniqueItems": true

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},

@@ -94,0 +108,0 @@ "deprecated": {

@@ -46,3 +46,10 @@ {

"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},

@@ -68,3 +75,10 @@ "uniqueItems": true

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},

@@ -71,0 +85,0 @@ "deprecated": {

@@ -72,3 +72,10 @@ {

"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},

@@ -78,3 +85,10 @@ "uniqueItems": true

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},

@@ -81,0 +95,0 @@ "bindings": {

@@ -87,3 +87,10 @@ {

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},

@@ -90,0 +97,0 @@ "deprecated": {

@@ -43,2 +43,26 @@ {

},
"tags": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json"
}
]
},
"uniqueItems": true
},
"externalDocs": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
},
"bindings": {

@@ -45,0 +69,0 @@ "$ref": "http://asyncapi.com/definitions/3.0.0/serverBindingsObject.json"

@@ -15,3 +15,10 @@ {

"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
}

@@ -18,0 +25,0 @@ },

{
"name": "@asyncapi/specs",
"version": "5.0.0-next-major-spec.7",
"version": "5.0.0-next-major-spec.8",
"description": "AsyncAPI schema versions",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc