@asyncapi/specs
Advanced tools
Comparing version 2.9.0-2021-09-release.2 to 2.9.0-2021-09-release.3
{ | ||
"name": "@asyncapi/specs", | ||
"version": "2.9.0-2021-09-release.2", | ||
"version": "2.9.0-2021-09-release.3", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -937,3 +937,22 @@ { | ||
"items": { | ||
"type": "object" | ||
"type": "object", | ||
"additionalProperties": false, | ||
"anyOf": [ | ||
{"required": ["payload"] }, | ||
{"required": ["headers"] } | ||
], | ||
"properties": { | ||
"name": { | ||
"type": "string", | ||
"description": "Machine readable name of the message example." | ||
}, | ||
"summary": { | ||
"type": "string", | ||
"description": "A brief summary of the message example." | ||
}, | ||
"headers": { | ||
"type": "object" | ||
}, | ||
"payload": {} | ||
} | ||
} | ||
@@ -940,0 +959,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
287765
9918