Milestoning kind on a Legend/PURE class. Drives .all() arity and the date arguments required when navigating to the class's properties:
.all()
business-temporal
.all(businessDate)
$x.prop(businessDate)
processing-temporal
.all(processingDate)
$x.prop(processingDate)
bitemporal
.all(processingDate, businessDate)
$x.prop(processingDate, businessDate)
Milestoning kind on a Legend/PURE class. Drives
.all()arity and the date arguments required when navigating to the class's properties:business-temporal→.all(businessDate),$x.prop(businessDate)processing-temporal→.all(processingDate),$x.prop(processingDate)bitemporal→.all(processingDate, businessDate),$x.prop(processingDate, businessDate)Legend integrations populate this when discovering the schema so downstream consumers (AI query generation, validation) know whether dates are required.