@asyncapi/specs
Advanced tools
Comparing version 6.0.0-next-major-spec.15 to 6.0.0-next-major-spec.16
{ | ||
"name": "@asyncapi/specs", | ||
"version": "6.0.0-next-major-spec.15", | ||
"version": "6.0.0-next-major-spec.16", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -111,2 +111,4 @@ ![npm](https://img.shields.io/npm/v/@asyncapi/specs?style=for-the-badge) ![npm](https://img.shields.io/npm/dt/@asyncapi/specs?style=for-the-badge) | ||
If you are currently using version 3, check out [migration guideline to version 4](./migrations/migrate-to-version-4.md). | ||
If you are currently using version 4, check out [migration guideline to version 5](./migrations/migrate-to-version-5.md). | ||
If you are currently using version 5, check out [migration guideline to version 6](./migrations/migrate-to-version-6.md). | ||
@@ -187,3 +189,3 @@ ## Repository structure | ||
AsyncAPI JSON Schema is referenced in [SchemaStore](https://www.schemastore.org/json/). In many IDEs, like VSCode, some extensions integrate with SchemaStore, like [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml). This way we enable autocompletion, validation and tooltips that helps writing AsyncAPI documents. | ||
AsyncAPI JSON Schema is referenced in [SchemaStore](https://www.schemastore.org/json/). In many IDEs, like VSCode, some extensions integrate with SchemaStore, like [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml). This way we enable autocompletion, validation and tooltips that help write AsyncAPI documents. | ||
@@ -190,0 +192,0 @@ Whenever you make changes in AsyncAPI JSON Schema, you should always manually verify that the schema is still supported by [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) and that it will be able to fetch and dereference it. |
@@ -175,4 +175,18 @@ { | ||
] | ||
}, | ||
{ | ||
"allOf": [ | ||
{ | ||
"properties": { | ||
"asyncapi": { | ||
"const": "3.0.0" | ||
} | ||
} | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/schema-store/3.0.0-without-$id.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
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
3405637
725
97175
202