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 6.0.0-next-major-spec.3 to 6.0.0-next-major-spec.4

22

definitions/3.0.0/parameter.json

@@ -13,5 +13,20 @@ {

},
"schema": {
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
"enum": {
"description": "A list of allowed values for the parameter.",
"type": "array",
"items": {
"type": "string"
}
},
"default": {
"description": "The default value to use for the parameter.",
"type": "string"
},
"examples": {
"description": "List of example values to use for the parameter.",
"type": "array",
"items": {
"type": "string"
}
},
"location": {

@@ -21,5 +36,2 @@ "type": "string",

"pattern": "^\\$message\\.(header|payload)#(\\/(([^\\/~])|(~[01]))*)*"
},
"$ref": {
"$ref": "http://asyncapi.com/definitions/3.0.0/ReferenceObject.json"
}

@@ -26,0 +38,0 @@ },

{
"name": "@asyncapi/specs",
"version": "6.0.0-next-major-spec.3",
"version": "6.0.0-next-major-spec.4",
"description": "AsyncAPI schema versions",

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

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

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