Closed laurence-myers closed 6 years ago
Given a property with type "number | null", the inferred type is "Object", not "Number". This breaks the automatic schema detection.
There needs to be a way to support this, or bypass the automatically chosen schema.
Fixed in v0.0.7
Given a property with type "number | null", the inferred type is "Object", not "Number". This breaks the automatic schema detection.
There needs to be a way to support this, or bypass the automatically chosen schema.