expires property

String? expires
getter/setter pair

Date the content expires and is no longer useful or available For example a [VideoObject] or [NewsArticle] whose availability or relevance is time-limited, a [ClaimReview] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [Certification] the validity has expired. Supported types: String, String

Implementation

String? expires;