You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
At the moment, it does not sort $ref elements.
Although that is a very valuable feature, so I'll put it on the list of future features.
There is one limitation, last time I did an investigation around this feature, I found that sorting $ref files means that all the $ref need to be dereferenced, resulting in a single output file.
My guess is that you want to be able to sort the async file with $ref and have the $ref files themselves updated and not one dereferenced async.yaml file?
My guess is that you want to be able to sort the async file with $ref and have the $ref files themselves updated and not one dereferenced async.yaml file?
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.:How do I use the application to sort that child / referred-to file?
The text was updated successfully, but these errors were encountered: