applicationDeadline constant
applicationDeadline [Expects: https://schema.org/Date, https://schema.org/Text]
The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime.
Can be used on: https://schema.org/EducationalOccupationalProgram
Implementation
static const applicationDeadline = IriTerm.prevalidated(
'https://schema.org/applicationDeadline',
);