@asyncapi/specs
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -10,3 +10,4 @@ import type { JSONSchema7 } from 'json-schema'; | ||
'2.5.0': JSONSchema7; | ||
'2.6.0': JSONSchema7; | ||
}; | ||
export = _exports; |
@@ -8,2 +8,3 @@ module.exports = { | ||
'2.5.0': require('./schemas/2.5.0.json'), | ||
'2.6.0': require('./schemas/2.6.0.json'), | ||
}; |
{ | ||
"name": "@asyncapi/specs", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -161,4 +161,18 @@ { | ||
] | ||
}, | ||
{ | ||
"allOf": [ | ||
{ | ||
"properties": { | ||
"asyncapi": { | ||
"const": "2.6.0" | ||
} | ||
} | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/schema-store/2.6.0.json" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
14149953
918
116286
13