spec-json-schemas
spec-json-schemas copied to clipboard
[BUG] avroSchema does not resolve
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 a 404
Expected behavior
The spec should fully resolve including refs.
Screenshots
not relevant
How to Reproduce
- Navigate to http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json
- Observe 404
OR:
- Install YAML VSCode extension
- Add
# yaml-language-server: $schema=https://github.com/asyncapi/spec-json-schemas/raw/master/schemas/3.0.0.json
as first line - Observe error in Problems list
🥦 Browser
None
👀 Have you checked for similar open issues?
- [X] I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to work on this issue ?
No, someone else can work on it