Skip to content

Commit

Permalink
Fix JSON Schema link in File structure section
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Aug 5, 2019
1 parent d339448 commit 724b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/next/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA

The A2S representation of the API is made of a single file.
However, parts of the definitions can be split into separate files, at the discretion of the user.
This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](http://json-schema.org) definitions.
This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](https://json-schema.org/understanding-json-schema/structuring.html) definitions.

By convention, the AsyncAPI Specification (A2S) file is named `asyncapi.json` or `asyncapi.yaml`.

Expand Down

0 comments on commit 724b0e2

Please sign in to comment.