directApply constant

IriTerm const directApply

directApply [Expects: https://schema.org/Boolean]

Indicates whether an {url} that is associated with a {JobPosting} enables direct application for the job, via the posting website. A job posting is considered to have directApply of {True} if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation level). A value of {False} is appropriate if there is no clear path to applying directly online for the specified job, navigating directly from the JobPosting url(s) supplied.

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

Implementation

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