Oracle E-Business Suite · JSON Structure

Human Resources Phone Structure

Type: object Properties: 5
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

phoneId phoneType phoneNumber dateFrom dateTo

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Phone",
  "type": "object",
  "properties": {
    "phoneId": {
      "type": "integer"
    },
    "phoneType": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "dateFrom": {
      "type": "string"
    },
    "dateTo": {
      "type": "string"
    }
  }
}