zschema
zschema copied to clipboard
Remove support for allow_unknown
The allow_unknown
feature is currently broken (it will lead to a KeyError
when it tries to index theSubRecord[theUnknownKey]
).
So, just remove it, since it's not needed.