Many fields are marked as required in the schema, they are currently not enforced during unmarshaling. If the input is UBP, then schema validator can be used to detect them. But for BP content this is not possible. If we want full parity, this needs to be programatically with a proper unit test.
Found during work on #42
Many fields are marked as
requiredin the schema, they are currently not enforced during unmarshaling. If the input is UBP, then schema validator can be used to detect them. But for BP content this is not possible. If we want full parity, this needs to be programatically with a proper unit test.Found during work on #42