Skip to content

Add Date Schema Type #1

Description

@nikhilsdabhade

Support validating date fields using a dedicated validateDateValue function.

This should validate JavaScript Date objects as well as ISO 8601 date strings, and return a clear validation error for invalid dates.

Valid values

new Date("2026-07-07")
"2026-07-07T10:30:00Z"

Invalid values

"not-a-date"
"2026-13-40"
12345

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions