-
Type: Task
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: schema.rs
-
None
SchemaParser::new() should accept an option to handle semantic types. setting this to Some should allow for parsing of an email "type" and a geojson "type" along with the regular bson types.
should look for crates that could do the geojson check for us; email should be a rather straight forward regex.