jobStartDate constant

IriTerm const jobStartDate

IRI for schema:jobStartDate [Expects: https://schema.org/Date, https://schema.org/Text]

The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.

Can be used on: https://schema.org/JobPosting

Implementation

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