Skip to content

expressing JobPosting requirements other than skills and qualifications #2384

@philbarker

Description

@philbarker

A JobPosting can list the skills, qualifications, experience and education requirements, but should also be able to list the following requirements:

  • citizenship requirement
  • physical requirement
  • security clearance requirement
  • sensory requirement.

These have all been found desirable in the Job data exchange project and discussed in the TalentSignal W3C community group (see summary with link to discussion thread).

physical and sensory requirements could use controlled vocabularies such as that provided by O.Net for abilities.

Examples:

  1. for an electrician
{
  "@context": "http://schema.org/",
  "@type": "JobPosting",
  "sensoryRequirement": {
    "@type": "DefinedTerm",
    "termCode": "1.A.4.a.3"
    "inDefinedTermSet": "https://www.onetonline.org/find/descriptor/browse/Abilities/"
    "name": "Visual Color Discrimination"
    "description": "The ability to match or detect differences between colors, including shades of color and brightness."
  }
}
  1. for a stone mason
{
  "@context": "http://schema.org/",
  "@type": "JobPosting",
  "physicalRequirement": "Must be able to lift and carry loads of up to 50kg."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions