@asyncapi/specs
Advanced tools
Comparing version 2.7.6 to 2.7.7
{ | ||
"name": "@asyncapi/specs", | ||
"version": "2.7.6", | ||
"version": "2.7.7", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -255,2 +255,7 @@ { | ||
"additionalProperties": false, | ||
"patternProperties": { | ||
"^x-[\\w\\d\\.\\-\\_]+$": { | ||
"$ref": "#/definitions/specificationExtension" | ||
} | ||
}, | ||
"properties": { | ||
@@ -257,0 +262,0 @@ "schemas": { |
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
209004
6937