Factorial · JSON-LD Context

Factorial Hr Context

JSON-LD context defining the semantic vocabulary for Factorial Hr from Factorial.

26 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
factorial: https://api.factorialhr.com/api/2026-04-01/vocab#

Classes

Employee Organization LegalEntity JobPosting id type email first_name last_name birthday_on gender nationality country city state postal_code address_line_1 company_id legal_entity_id manager_id timeoff_manager_id role terminated_on bank_number swift_bic identifier

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "factorial": "https://api.factorialhr.com/api/2026-04-01/vocab#",
    "Employee": "schema:Person",
    "Organization": "schema:Organization",
    "LegalEntity": "schema:Organization",
    "JobPosting": "schema:JobPosting",
    "id": "@id",
    "type": "@type",
    "email": "schema:email",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "birthday_on": "schema:birthDate",
    "gender": "schema:gender",
    "nationality": "schema:nationality",
    "country": "schema:addressCountry",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "postal_code": "schema:postalCode",
    "address_line_1": "schema:streetAddress",
    "company_id": "factorial:companyId",
    "legal_entity_id": "factorial:legalEntityId",
    "manager_id": "factorial:managerId",
    "timeoff_manager_id": "factorial:timeoffManagerId",
    "role": "factorial:role",
    "terminated_on": "factorial:terminatedOn",
    "bank_number": "schema:identifier",
    "swift_bic": "factorial:swiftBic",
    "identifier": "schema:identifier"
  }
}