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
hi, I am wondering whether this makes sense to add this as a separate feature :)
it's fairly straightforward to validate you openapi file in the specs and I think we shouldn't validate it on runtime because that would be inefficient. an example spec in rspec I have is:
Being able to (optionally) validate the structure of a given OpenAPI file would be handy.
Solution idea:
Make use of the meta schemas included in json_schemer
The text was updated successfully, but these errors were encountered: