Home

Date Time Validator

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

It adapts common date-time constraint patterns to Stencila's node model so document parameters and structured data can require well-formed date-time values within specified bounds. This supports forms, configuration, and data validation workflows.

Key properties define allowed ranges, formats, and related constraints.

Properties

The DateTimeValidator type has these properties:

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

Related

The DateTimeValidator type is related to these types:

Bindings

The DateTimeValidator type is represented in:


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

© 2026 Stencila