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
Currently, oneOf validates each element in the schema.
2 problems need to be addressed:
prevent more than one element to be passed in oneOf - violation of OpenAPI spec
address the PropertiesValidator, which can not distinguish whether a missing node is an optional field or one of the oneOf elements which is not present in the request
The text was updated successfully, but these errors were encountered:
Currently, oneOf validates each element in the schema.
2 problems need to be addressed:
The text was updated successfully, but these errors were encountered: