HR & People · JSON-LD Context
Hr And People Context
JSON-LD context defining the semantic vocabulary for Hr And People from HR & People.
Hr And People Context is a JSON-LD context published by HR & People on the APIs.io network.
It defines 11 semantic classes, 46 properties.
Top classes include id, givenName, familyName, displayName, gender, and 6 more. Namespace prefixes: hrp, schema, and xsd. Tagged areas include HR, HRIS, People Operations, Payroll, and Talent Acquisition.
11 Classes
46 Properties
3 Namespaces
Namespaces
hrp:
https://api-evangelist.github.io/hr-and-people/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
id
givenName
familyName
displayName
gender
line1
city
region
postalCode
country
jobTitle
Properties
| Property | Type | Container |
|---|---|---|
| Employee | reference | |
| Employment | ||
| Compensation | ||
| Address | ||
| Organization | ||
| Location | ||
| remoteId | string | |
| employeeNumber | string | |
| preferredName | string | |
| personalEmail | string | |
| workEmail | string | |
| workPhone | string | |
| personalPhone | string | |
| dateOfBirth | date | |
| ethnicity | string | |
| maritalStatus | string | |
| nationality | string | |
| preferredLanguage | string | |
| avatarUrl | reference | |
| homeAddress | reference | |
| workLocation | reference | |
| line2 | string | |
| employmentStatus | string | |
| employmentType | string | |
| workerType | string | |
| department | reference | |
| team | string | |
| businessUnit | string | |
| managerId | reference | |
| directReportIds | reference | set |
| startDate | date | |
| originalHireDate | date | |
| terminationDate | date | |
| terminationReason | string | |
| compensation | set | |
| employments | set | |
| rate | decimal | |
| currency | string | |
| paymentFrequency | string | |
| paymentUnit | string | |
| effectiveDate | date | |
| endDate | date | |
| customFields | ||
| remoteData | set | |
| createdAt | dateTime | |
| updatedAt | dateTime |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hrp": "https://api-evangelist.github.io/hr-and-people/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Employee": {
"@id": "schema:Person",
"@type": "@id"
},
"Employment": {
"@id": "schema:EmployeeRole"
},
"Compensation": {
"@id": "schema:MonetaryAmount"
},
"Address": {
"@id": "schema:PostalAddress"
},
"Organization": {
"@id": "schema:Organization"
},
"Location": {
"@id": "schema:Place"
},
"id": "@id",
"remoteId": {
"@id": "hrp:remoteId",
"@type": "xsd:string"
},
"employeeNumber": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"givenName": "schema:givenName",
"familyName": "schema:familyName",
"preferredName": {
"@id": "schema:alternateName",
"@type": "xsd:string"
},
"displayName": "schema:name",
"personalEmail": {
"@id": "schema:email",
"@type": "xsd:string"
},
"workEmail": {
"@id": "hrp:workEmail",
"@type": "xsd:string"
},
"workPhone": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"personalPhone": {
"@id": "hrp:personalPhone",
"@type": "xsd:string"
},
"dateOfBirth": {
"@id": "schema:birthDate",
"@type": "xsd:date"
},
"gender": "schema:gender",
"ethnicity": {
"@id": "hrp:ethnicity",
"@type": "xsd:string"
},
"maritalStatus": {
"@id": "hrp:maritalStatus",
"@type": "xsd:string"
},
"nationality": {
"@id": "schema:nationality",
"@type": "xsd:string"
},
"preferredLanguage": {
"@id": "schema:knowsLanguage",
"@type": "xsd:string"
},
"avatarUrl": {
"@id": "schema:image",
"@type": "@id"
},
"homeAddress": {
"@id": "schema:homeLocation",
"@type": "@id"
},
"workLocation": {
"@id": "schema:workLocation",
"@type": "@id"
},
"line1": "schema:streetAddress",
"line2": {
"@id": "hrp:addressLine2",
"@type": "xsd:string"
},
"city": "schema:addressLocality",
"region": "schema:addressRegion",
"postalCode": "schema:postalCode",
"country": "schema:addressCountry",
"employmentStatus": {
"@id": "hrp:employmentStatus",
"@type": "xsd:string"
},
"employmentType": {
"@id": "hrp:employmentType",
"@type": "xsd:string"
},
"workerType": {
"@id": "hrp:workerType",
"@type": "xsd:string"
},
"jobTitle": "schema:jobTitle",
"department": {
"@id": "schema:department",
"@type": "@id"
},
"team": {
"@id": "hrp:team",
"@type": "xsd:string"
},
"businessUnit": {
"@id": "hrp:businessUnit",
"@type": "xsd:string"
},
"managerId": {
"@id": "hrp:managerId",
"@type": "@id"
},
"directReportIds": {
"@id": "hrp:directReportIds",
"@container": "@set",
"@type": "@id"
},
"startDate": {
"@id": "hrp:startDate",
"@type": "xsd:date"
},
"originalHireDate": {
"@id": "hrp:originalHireDate",
"@type": "xsd:date"
},
"terminationDate": {
"@id": "hrp:terminationDate",
"@type": "xsd:date"
},
"terminationReason": {
"@id": "hrp:terminationReason",
"@type": "xsd:string"
},
"compensation": {
"@id": "hrp:compensation",
"@container": "@set"
},
"employments": {
"@id": "hrp:employments",
"@container": "@set"
},
"rate": {
"@id": "schema:value",
"@type": "xsd:decimal"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"paymentFrequency": {
"@id": "hrp:paymentFrequency",
"@type": "xsd:string"
},
"paymentUnit": {
"@id": "hrp:paymentUnit",
"@type": "xsd:string"
},
"effectiveDate": {
"@id": "schema:validFrom",
"@type": "xsd:date"
},
"endDate": {
"@id": "schema:validThrough",
"@type": "xsd:date"
},
"customFields": {
"@id": "hrp:customFields"
},
"remoteData": {
"@id": "hrp:remoteData",
"@container": "@set"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
}
}
}