qualifications
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.Specific qualifications required for this role or Occupation.
- Canonical URL: http://schema.org/qualifications
- Leave public feedback on this term 💬
- Check for open issues.
- 'qualifications' is mentioned in the pending extention.
| Values expected to be one of these types |
|---|
EducationalOccupationalCredential
Text
|
| Used on these types |
|---|
JobPosting
Occupation
|
Sources
https://github.com/schemaorg/schemaorg/issues/1698
https://github.com/schemaorg/schemaorg/issues/1779
ExamplesJobPosting for a position that requires applicants to have a bachelor of science in computer science from a program accredited by ABET.
<!-- JSONLD only example -->
<!-- JSONLD only example -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "JobPosting",
"title": "Systems Research Engineer",
"qualifications": {
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Bachelor of Science",
"about": "Computer Science",
"recognizedBy": {
"@type": "Organization",
"name": "ABET",
"url": "https://www.abet.org/"
}
}
}
</script>