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
Related to this issue, Can we validate properties in deepObject schema, I tried with additionalProperties: false. But it wasnt validated. Any value can be given inside deebObject query-param.
Does openapi-core provide support for deep Object in query params
Below i have my schema specifying parameters
example:
according to this
urls of the type
/fruits?abcd[a]=1
should be acceptedand urls of type
/fruits?abcd=1
should throw errorThe text was updated successfully, but these errors were encountered: