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.20 to 5.0.0-next-major-spec.21

2

definitions/3.0.0/channelMessages.json

@@ -9,3 +9,3 @@ {

{
"$ref": "http://asyncapi.com/definitions/3.0.0/message.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/messageObject.json"
}

@@ -12,0 +12,0 @@ ]

@@ -12,12 +12,60 @@ {

"schemas": {
"$ref": "http://asyncapi.com/definitions/3.0.0/schemas.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/schema.json"
}
]
}
}
},
"servers": {
"$ref": "http://asyncapi.com/definitions/3.0.0/servers.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/server.json"
}
]
}
}
},
"channels": {
"$ref": "http://asyncapi.com/definitions/3.0.0/channels.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/channel.json"
}
]
}
}
},
"serverVariables": {
"$ref": "http://asyncapi.com/definitions/3.0.0/serverVariables.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/serverVariable.json"
}
]
}
}
},

@@ -55,3 +103,15 @@ "messages": {

"parameters": {
"$ref": "http://asyncapi.com/definitions/3.0.0/parameters.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/parameter.json"
}
]
}
}
},

@@ -75,4 +135,13 @@ "correlationIds": {

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/operationTrait.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/operationTrait.json"
}
]
}
}

@@ -82,4 +151,13 @@ },

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/messageTrait.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/messageTrait.json"
}
]
}
}

@@ -119,4 +197,13 @@ },

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/serverBindingsObject.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/serverBindingsObject.json"
}
]
}
}

@@ -126,4 +213,13 @@ },

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/channelBindingsObject.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/channelBindingsObject.json"
}
]
}
}

@@ -133,4 +229,13 @@ },

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/operationBindingsObject.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/operationBindingsObject.json"
}
]
}
}

@@ -140,4 +245,13 @@ },

"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/3.0.0/messageBindingsObject.json"
"patternProperties": {
"^[\\w\\d\\.\\-_]+$": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/messageBindingsObject.json"
}
]
}
}

@@ -144,0 +258,0 @@ },

@@ -9,3 +9,3 @@ {

{
"$ref": "http://asyncapi.com/definitions/3.0.0/message.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/messageObject.json"
}

@@ -12,0 +12,0 @@ ]

{
"name": "@asyncapi/specs",
"version": "5.0.0-next-major-spec.20",
"version": "5.0.0-next-major-spec.21",
"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