SmartRecruiters · JSON-LD Context

Smartrecruiters Context

JSON-LD context defining the semantic vocabulary for Smartrecruiters from SmartRecruiters.

37 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

sr: https://api.smartrecruiters.com/vocab#

Classes

Job Candidate Application id title status department location country city region remote industry experienceLevel typeOfEmployment hiringTeam jobOwner recruiters hiringManagers firstName lastName email phoneNumber web linkedIn portfolio tags consent sourceDetails createdOn updatedOn appliedOn postingId companyIdentifier totalFound limit offset

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sr": "https://api.smartrecruiters.com/vocab#",
    "Job": "JobPosting",
    "Candidate": "Person",
    "Application": "JobApplication",
    "id": "@id",
    "title": "title",
    "status": "sr:status",
    "department": "department",
    "location": "jobLocation",
    "country": "addressCountry",
    "city": "addressLocality",
    "region": "addressRegion",
    "remote": "sr:remote",
    "industry": "industry",
    "experienceLevel": "experienceRequirements",
    "typeOfEmployment": "employmentType",
    "hiringTeam": "sr:hiringTeam",
    "jobOwner": "sr:jobOwner",
    "recruiters": "sr:recruiters",
    "hiringManagers": "sr:hiringManagers",
    "firstName": "givenName",
    "lastName": "familyName",
    "email": "email",
    "phoneNumber": "telephone",
    "web": "sameAs",
    "linkedIn": "sr:linkedIn",
    "portfolio": "url",
    "tags": "keywords",
    "consent": "sr:gdprConsent",
    "sourceDetails": "sr:sourceDetails",
    "createdOn": "dateCreated",
    "updatedOn": "dateModified",
    "appliedOn": "datePosted",
    "postingId": "identifier",
    "companyIdentifier": "sr:companyIdentifier",
    "totalFound": "numberOfItems",
    "limit": "sr:limit",
    "offset": "sr:offset"
  }
}