zschema icon indicating copy to clipboard operation
zschema copied to clipboard

Check for missing required fields in validate()

Open justinbastress opened this issue 7 years ago • 0 comments

The required flag is ignored during Record/SubRecord validation.

If a Record or SubRecord has a field with required=True, validation should fail if that field is not present in the value being validated.

justinbastress avatar Dec 12 '17 17:12 justinbastress