Override to turn off specific oas3-unused-component warning? #2220
Unanswered
clydecutting
asked this question in
Q&A
Replies: 1 comment
-
Try this:
or
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm volunteering on FDX (financialdataexchange.org) APIs which have two intentionally-defined but unused (within the yaml) entities. How can I create an override to turn off that warning or downgrade to info? I've tried this ruleset:
Which gives me:
Without the override (ruleset just
extends: [[spectral:oas, all]]
) we get:Beta Was this translation helpful? Give feedback.
All reactions