Paychex · JSON-LD Context

Paychex Developer Context

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

23 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Company Worker TimeEntry companyId workerId legalName federalEin name givenName familyName emailAddress phoneNumber address hireDate terminationDate jobTitle departmentCode payFrequency payType baseRate workDate hours earningType

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "paychex": "https://developer.paychex.com/vocabulary#",
    "Company": "schema:Organization",
    "Worker": "schema:Person",
    "TimeEntry": "paychex:TimeEntry",
    "companyId": "paychex:companyId",
    "workerId": "paychex:workerId",
    "legalName": "schema:legalName",
    "federalEin": "schema:taxID",
    "name": "schema:name",
    "givenName": "schema:givenName",
    "familyName": "schema:familyName",
    "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",
    "workDate": "paychex:workDate",
    "hours": "paychex:hours",
    "earningType": "paychex:earningType"
  }
}