Const
Validates or coerces a string to a Temporal.PlainMonthDay.
Accepts ISO 8601 month-day strings (e.g. --01-15 or 01-15) or existing PlainMonthDay instances.
--01-15
01-15
PlainMonthDay
Includes JSON Schema metadata (pattern, description) so z.toJSONSchema() produces a correct JSON Schema.
pattern
description
z.toJSONSchema()
Validates or coerces a string to a Temporal.PlainMonthDay.
Accepts ISO 8601 month-day strings (e.g.
--01-15or01-15) or existingPlainMonthDayinstances.Includes JSON Schema metadata (
pattern,description) soz.toJSONSchema()produces a correct JSON Schema.