Open Issues Need Help
View All on GitHub TypeBox: Schema Timestamp Definition (Bug) about 2 months ago
AI Summary: This issue identifies a bug in the TypeBox schema definition for timestamps. Currently, it expects a `Number` but the test data provides `Date` objects, causing validation and parsing failures. The reporter suggests a fix using `Type.Refine` to correctly handle `Date` objects.
Complexity:
2/5
bug good first issue