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
Note how someParameter has a corresponding variable object, but anotherParameter doesn't. This probably should not be accepted, but swagger-cli validates the spec with no errors.
Given the following schema:
Note how
someParameterhas a corresponding variable object, butanotherParameterdoesn't. This probably should not be accepted, but swagger-cli validates the spec with no errors.