Unified.to · JSON Structure

Unified To Hris Employee Structure

JSON Structure for HrisEmployee from Unified.to API

Type: Properties: 0
IntegrationsUnified API

Unified To Hris Employee Structure is a JSON Structure definition published by Unified.to. It conforms to the https://json-schema.org/draft/2020-12/schema meta-schema.

Meta-schema: https://json-schema.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HrisEmployee Structure",
  "description": "JSON Structure for HrisEmployee from Unified.to API",
  "structure": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "created_at": {
        "type": "string"
      },
      "updated_at": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "first_name": {
        "type": "string"
      },
      "last_name": {
        "type": "string"
      },
      "emails": {
        "$ref": "property_HrisEmployee_emails"
      },
      "title": {
        "type": "string"
      },
      "manager_id": {
        "type": "string"
      },
      "employment_status": {
        "type": "string",
        "enum": [
          "ACTIVE",
          "INACTIVE"
        ]
      },
      "gender": {
        "type": "string",
        "enum": [
          "MALE",
          "FEMALE",
          "INTERSEX",
          "TRANS",
          "NON_BINARY"
        ]
      },
      "telephones": {
        "$ref": "property_HrisEmployee_telephones"
      },
      "date_of_birth": {
        "type": "string"
      },
      "employee_number": {
        "type": "string"
      },
      "hired_at": {
        "type": "string"
      },
      "terminated_at": {
        "type": "string"
      },
      "termination_reason": {
        "type": "string"
      },
      "marital_status": {
        "type": "string",
        "enum": [
          "MARRIED",
          "SINGLE"
        ]
      },
      "employment_type": {
        "type": "string",
        "enum": [
          "FULL_TIME",
          "PART_TIME",
          "CONTRACTOR",
          "INTERN",
          "CONSULTANT",
          "VOLUNTEER",
          "CASUAL",
          "SEASONAL",
          "FREELANCE",
          "OTHER"
        ]
      },
      "address": {
        "$ref": "property_HrisEmployee_address"
      }
    }
  }
}