Skip to content

Commit

Permalink
Merge pull request #251 from asyncapi/feature/fix-file-structure-link
Browse files Browse the repository at this point in the history
Fix JSON Schema link in File structure section
  • Loading branch information
fmvilas authored Aug 5, 2019
2 parents 4cfeca3 + 724b0e2 commit 9c34ae2
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 9c34ae2

Please sign in to comment.