Skip to content

Sort locally-stored referenced files as well? #13

@philCryoport

Description

@philCryoport

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions