Andrew Tatomyr
Andrew Tatomyr
@adamaltman I see. We actually can use the decorator instead of the option (we do put this specific decorator the last in the code no matter is it an option...
@lornajane are you sure it did nothing? I configured **redocly.yaml** the following way and it removed 15 unused components: ```yaml decorators: remove-unused-components: {} ``` The same result I got using...
Might be related: https://github.com/Redocly/redocly-cli/issues/1391
I assume your request is a duplicate of this one: https://github.com/Redocly/redocly-cli/issues/976 Feel free to reopen if you think it's different.
Hi @samanthawritescode! Thanks for sharing your case. Are you sure your second attempt doesn't work? I checked your example, and `lint` shows me an error on `badKeyA`. And if I...
Is this what you expect to be highlighted with the second rule? > I have that schema out in a different file and referenced via #ref elsewhere in the spec...
> Is it an issue if there are multiple references to it? Not at all! It just might happen that it is referenced in a way that somehow changes the...
@samanthawritescode any updates on this? Is there still the issue?
Thanks for the idea! Does it make sense to pick up the filenames automatically based on the api names+versions?
There should also be a separate option to define where to put a bundled API description file. Looks like the `output` field fits better to that case. Instead, I suggest...