A schema defining the shape of a ZObject, mapping keys to ZBase validators or transformers.
typedef ObjectSchema = Map<String, ZBase<dynamic>>;