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

[BUG] avroSchema does not resolve

Open publicvirtualvoid opened this issue 8 months ago • 6 comments

Describe the bug.

The v3 JSON Schema is not valid because one of the $refs 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

  1. Navigate to http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json
  2. Observe 404

OR:

  1. Install YAML VSCode extension
  2. Add # yaml-language-server: $schema=https://github.com/asyncapi/spec-json-schemas/raw/master/schemas/3.0.0.json as first line
  3. 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?

Are you willing to work on this issue ?

No, someone else can work on it

publicvirtualvoid avatar Jun 06 '24 13:06 publicvirtualvoid