Decode options for schemaBodyForm

Is it possible to configure the decode options here?
Http.request.schemaBodyForm(schema)

e.g:
S.decodeUnknown(RegistrationForm, { errors: "all" })
Was this page helpful?