**Describe the bug** Request body with data for fields that are readOnly throws errors. **To Reproduce** Define field as readonly, and send a POST, or PUT with a payload that contains data for a readOnly field. **Actual behavior** An error is thrown that the field is readOnly and should not contain data. **Expected behavior** The field to be discarded.