open-forms
open-forms copied to clipboard
Improve the validation in Objects API singleton and in ZGW APIs ZaakOptionsSerializer
Now we have two fields objecttype
and objecttype_version
which are provided by the user but we do not validate them.
-
We should validate that we get a value for
objecttype_version
if the user adds theobjecttype
. -
Further improvement would be to validate the
objecttype
url against the API as well (make sure this object type exists).