Phone

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
phoneId integer
phoneType string Phone type
phoneNumber string
dateFrom string
dateTo string
View JSON Schema on GitHub

JSON Schema

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