@asyncapi/specs
Advanced tools
Comparing version 2.7.4 to 2.7.5
{ | ||
"name": "@asyncapi/specs", | ||
"version": "2.7.4", | ||
"version": "2.7.5", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -642,6 +642,10 @@ { | ||
"allOf": [ | ||
{ "$ref": "#/definitions/schema" }, | ||
{ | ||
{ | ||
"$ref": "#/definitions/schema" | ||
}, | ||
{ | ||
"properties": { | ||
"type": { "const": "object" } | ||
"type": { | ||
"const": "object" | ||
} | ||
} | ||
@@ -695,3 +699,10 @@ } | ||
"items": { | ||
"type": "object" | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"headers": { | ||
"type": "object" | ||
}, | ||
"payload": {} | ||
} | ||
} | ||
@@ -698,0 +709,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
192368
6932