Oracle E-Business Suite · JSON Structure

Human Resources Employee Structure

Type: object Properties: 23
Business ApplicationsE-Business SuiteEnterpriseERPOracle

Employee is a JSON Structure definition published by Oracle E-Business Suite, describing 23 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

personId employeeNumber title firstName middleNames lastName fullName knownAs emailAddress sex dateOfBirth nationalIdentifier nationality maritalStatus effectiveStartDate effectiveEndDate hireDate currentEmployeeFlag businessGroupId addresses phones creationDate lastUpdateDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Employee",
  "type": "object",
  "properties": {
    "personId": {
      "type": "integer"
    },
    "employeeNumber": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "middleNames": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "knownAs": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "sex": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string"
    },
    "nationalIdentifier": {
      "type": "string"
    },
    "nationality": {
      "type": "string"
    },
    "maritalStatus": {
      "type": "string"
    },
    "effectiveStartDate": {
      "type": "string"
    },
    "effectiveEndDate": {
      "type": "string"
    },
    "hireDate": {
      "type": "string"
    },
    "currentEmployeeFlag": {
      "type": "string"
    },
    "businessGroupId": {
      "type": "integer"
    },
    "addresses": {
      "type": "array"
    },
    "phones": {
      "type": "array"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}