EnforcerException: Invalid value
at: timestamp
Expected a valid date object. Received: "2025-11-24T22:52:03.329Z"
I'm getting this error validating a schema - using timestamp: new Date().toISOString(), is this a bug in the validation, or is toISOString not the right method to be using for a schema expecting:
timestamp:
type: string
format: date-time
description: Current server timestamp
example: "2024-06-01T12:00:00Z"
I'm getting this error validating a schema - using
timestamp: new Date().toISOString(),is this a bug in the validation, or istoISOStringnot the right method to be using for a schema expecting: