Home

Date Validator

This is a type used in Stencila Schema for validating Date nodes.

It exists so Stencila documents and forms can express constraints over calendar dates as structured data rather than leaving validation to ad hoc string parsing. This keeps date validation aligned with the rest of the validator system.

Key properties define allowable date ranges and related constraints.

Properties

The DateValidator type has these properties:

NameDescriptionTypeInherited from
minimumThe inclusive lower limit for a date.Date-
maximumThe inclusive upper limit for a date.Date-
idThe identifier for this item.StringEntity

Related

The DateValidator type is related to these types:

Bindings

The DateValidator type is represented in:


This documentation was generated from DateValidator.yaml by docs_types.rs.

© 2026 Stencila