Properties
| Name | Type | Description |
|---|---|---|
| personId | integer | Person identifier |
| employeeNumber | string | Employee number |
| title | string | Title (Mr., Mrs., etc.) |
| firstName | string | First name |
| middleNames | string | Middle name(s) |
| lastName | string | Last name |
| fullName | string | Full name (derived) |
| knownAs | string | Preferred name |
| emailAddress | string | Email address |
| sex | string | Gender |
| dateOfBirth | string | Date of birth |
| nationalIdentifier | string | National identifier (e.g., SSN) |
| nationality | string | Nationality code |
| maritalStatus | string | Marital status |
| effectiveStartDate | string | Record effective start date (date-tracked) |
| effectiveEndDate | string | Record effective end date (date-tracked) |
| hireDate | string | Original hire date |
| currentEmployeeFlag | string | |
| businessGroupId | integer | Business group identifier |
| assignment | object | |
| addresses | array | |
| phones | array | |
| creationDate | string | |
| lastUpdateDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Employee",
"title": "Employee",
"type": "object",
"properties": {
"personId": {
"type": "integer",
"description": "Person identifier",
"example": "500123"
},
"employeeNumber": {
"type": "string",
"description": "Employee number",
"example": "example_value"
},
"title": {
"type": "string",
"description": "Title (Mr., Mrs., etc.)",
"example": "Example Title"
},
"firstName": {
"type": "string",
"description": "First name",
"example": "example_value"
},
"middleNames": {
"type": "string",
"description": "Middle name(s)",
"example": "example_value"
},
"lastName": {
"type": "string",
"description": "Last name",
"example": "example_value"
},
"fullName": {
"type": "string",
"description": "Full name (derived)",
"example": "example_value"
},
"knownAs": {
"type": "string",
"description": "Preferred name",
"example": "example_value"
},
"emailAddress": {
"type": "string",
"format": "email",
"description": "Email address",
"example": "user@example.com"
},
"sex": {
"type": "string",
"description": "Gender",
"enum": [
"M",
"F"
],
"example": "M"
},
"dateOfBirth": {
"type": "string",
"format": "date",
"description": "Date of birth",
"example": "2026-01-15"
},
"nationalIdentifier": {
"type": "string",
"description": "National identifier (e.g., SSN)",
"example": "example_value"
},
"nationality": {
"type": "string",
"description": "Nationality code",
"example": "example_value"
},
"maritalStatus": {
"type": "string",
"description": "Marital status",
"example": "example_value"
},
"effectiveStartDate": {
"type": "string",
"format": "date",
"description": "Record effective start date (date-tracked)",
"example": "2026-01-15"
},
"effectiveEndDate": {
"type": "string",
"format": "date",
"description": "Record effective end date (date-tracked)",
"example": "2026-01-15"
},
"hireDate": {
"type": "string",
"format": "date",
"description": "Original hire date",
"example": "2026-01-15"
},
"currentEmployeeFlag": {
"type": "string",
"enum": [
"Y",
"N"
],
"example": "Y"
},
"businessGroupId": {
"type": "integer",
"description": "Business group identifier",
"example": "500123"
},
"assignment": {
"$ref": "#/components/schemas/Assignment"
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Address"
},
"example": []
},
"phones": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Phone"
},
"example": []
},
"creationDate": {
"type": "string",
"format": "date-time",
"example": "2026-01-15T10:30:00Z"
},
"lastUpdateDate": {
"type": "string",
"format": "date-time",
"example": "2026-01-15T10:30:00Z"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-e-business-suite-employee"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.