Hi there,
For readability and re-usability, we have extracted the schemas out of the primary AsyncAPI YAML file into a file ./components/schemas.yaml -- and then have lots of $ref entries in the main AsyncAPI YAML file, i.e.:
...
schemas:
foo_enum:
$ref: './components/schemas.yaml#/components/schemas/foo_enum'
How do I use the application to sort that child / referred-to file?
Hi there,
For readability and re-usability, we have extracted the
schemasout of the primary AsyncAPI YAML file into a file./components/schemas.yaml-- and then have lots of$refentries in the main AsyncAPI YAML file, i.e.:How do I use the application to sort that child / referred-to file?