validThrough constant

IriTerm const validThrough

validThrough [Expects: https://schema.org/Date, https://schema.org/DateTime]

The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.

Can be used on: https://schema.org/Demand, https://schema.org/FinancialIncentive, https://schema.org/JobPosting, https://schema.org/LocationFeatureSpecification, https://schema.org/MonetaryAmount, https://schema.org/Offer, https://schema.org/OpeningHoursSpecification, https://schema.org/PriceSpecification

Implementation

static const validThrough = IriTerm.prevalidated(
  'https://schema.org/validThrough',
);