spec-json-schemas icon indicating copy to clipboard operation
spec-json-schemas copied to clipboard

AsyncAPI schema versions

Results 21 spec-json-schemas issues
Sort by recently updated
recently updated
newest added

Changes: - Vitest instead of Mocha - schemas base tests - bindings tests closes #539

### Why do we need this improvement? I have already wrote basic tests for bindings and AsyncAPI v3.0.0 definitions Now, it's time to tune them up I expect next: -...

enhancement
bounty

**Description** The current AWS policy binding configuration doesn't match what is offered by AWS when configuring IAM policies. `Condition` and `Resource` are missing and `Principal` isn't fully fleshed out. This...

### Describe the bug. The v3 JSON Schema is not valid because one of the `$ref`s doesn't resolve ``` $ref '/definitions/avroSchema' in 'https://github.com/asyncapi/spec-json-schemas/raw/master/schemas/3.0.0.json' can not be resolved.YAML(768) ``` http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json gives...

bug

Hey there from a JSON Schema TSC and ex-Postman! We are developing an open-source CLI (https://github.com/intelligence-ai/jsonschema) specifically targeted at helping maintain repositories of schemas, just like this one. The idea...

### Describe the bug. Consider this concise variant of `schemas/1.0.0-without-$id.json`: ```json { "id": "http://asyncapi.com/definitions/1.0.0/asyncapi.json", "$schema": "http://json-schema.org/draft-04/schema", ... "properties": { ... "externalDocs": { "$ref": "#/definitions/externalDocs" }, ... }, "definitions": { "vendorExtension":...

bug

**Description** - This file had too many fs read and write operations. - Included cache which reads data from all files and returns the writes final cache at the end...

**Description** This PR is a temporary placeholder for when the `next-major` branch is ready to be released. Fixes https://github.com/asyncapi/spec-json-schemas/pull/541

do-not-merge

### Why do we need this improvement? To be sure that our definitions are working like expected ### How will this change help? see above ### Screenshots _No response_ ###...

enhancement

**Description** We are using a very outdated version of the bundler, this PR upgrades it to the newest.

stale