doigl

Results 3 issues of doigl

This merge request changes the _load-function so that the type-field is only added to the dumped output when type_field_remove is set to False Solves [issue #126](https://github.com/marshmallow-code/marshmallow-oneofschema/issues/126)

When setting type_field_remove to True, I would expect that there is no additional type field in the output, when dumping a OneOfSchema-Class. But this is not the case. The type...

**What steps does it take to reproduce the issue?** If one tries to change the value of a single (not multiple) vocabulary field via the edit metadata API endpoint, the...