Paychex · JSON-LD Context

Paychex Workers Context

JSON-LD context defining the semantic vocabulary for Paychex Workers from Paychex.

19 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

paychex: https://developer.paychex.com/vocabulary#

Classes

Worker workerId companyId workerType workerStatus givenName middleName familyName preferredName emailAddress phoneNumber address hireDate terminationDate jobTitle departmentCode payFrequency payType baseRate

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "paychex": "https://developer.paychex.com/vocabulary#",
    "Worker": "schema:Person",
    "workerId": "paychex:workerId",
    "companyId": "paychex:companyId",
    "workerType": "paychex:workerType",
    "workerStatus": "paychex:workerStatus",
    "givenName": "schema:givenName",
    "middleName": "schema:additionalName",
    "familyName": "schema:familyName",
    "preferredName": "schema:alternateName",
    "emailAddress": "schema:email",
    "phoneNumber": "schema:telephone",
    "address": "schema:address",
    "hireDate": "paychex:hireDate",
    "terminationDate": "paychex:terminationDate",
    "jobTitle": "schema:jobTitle",
    "departmentCode": "paychex:departmentCode",
    "payFrequency": "paychex:payFrequency",
    "payType": "paychex:payType",
    "baseRate": "schema:baseSalary"
  }
}