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
Defining all properties of the accepted JSON payload in the schema itself still unintentionally allows additional properties in body of request.
Setting minimum and maximum values of the field in the schema object properties also doesn't work to prevent additional properties being passed in request.
Is there a way to limit the properties of an object in request body to the fields described in the schema and no additional properties?
The text was updated successfully, but these errors were encountered:
Defining all properties of the accepted JSON payload in the schema itself still unintentionally allows additional properties in body of request.
Setting minimum and maximum values of the field in the schema object properties also doesn't work to prevent additional properties being passed in request.
Is there a way to limit the properties of an object in request body to the fields described in the schema and no additional properties?
The text was updated successfully, but these errors were encountered: