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
The api-ref-resolver module is really powerful for dereferencing $ref.
I wonder if there is also an option to "split" again in $ref after the derefencing?
My use-case:
have a OpenAPI with $ref
derefence them
doing some filtering and cleanup
write back the OpenAPI as $ref files
The text was updated successfully, but these errors were encountered:
I'm sorry, I don't know what you mean by "split in $ref" or "write back the OpenAPI as $ref files". Perhaps if you provide a more specific example it will help. However, I think this is likely beyond the scope of what api-ref-resolver does.
Hi,
The api-ref-resolver module is really powerful for dereferencing $ref.
I wonder if there is also an option to "split" again in $ref after the derefencing?
My use-case:
The text was updated successfully, but these errors were encountered: