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
Generally $ref doesn't work together with other properties in a JSON object. If this were to be changed, this should be done for all the places where $ref is used.
The PARAMETERS DEFINITIONS OBJECT should accept partial definition for parameters or properties overriding:
Currently supported:
As you can see on the endpoint definition we add FoodType as reference, but we are forced tu use all the defined properties.
It would be good if we could define a partial definition or override something like this:
And use like this:
I defined
required
as true but later I override this value to false, andin
is defined on the endpoint only.The text was updated successfully, but these errors were encountered: