Support removing unused schema objects based on introspection #133
SensibleWood
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on:
Pulling this into a separate discussion as a candidate for v2.0
Add support for removing unused objects through introspection as doing this retrospectively through Spectral/Redoc/Vacuum linting results and then another Overlay seems like a chore.
Proposed syntax:
Support for this seems like a good extension to Overlay because:
I think the access path for this is reasonably deterministic, however I would tempted to restrict to local references only - a recursive/walk-based into remote references would a) be difficult to prescribe and b) possibly be very difficult to implement.
Beta Was this translation helpful? Give feedback.
All reactions