Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| employee_id | string | Id of the employee |
| title | object | |
| start_date | string | |
| end_date | string | |
| employment_status | object | |
| department | string | Department name |
| is_primary | boolean | Indicates whether this the employee's primary job. |
| location | object | |
| custom_mappings | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/HrisJob",
"title": "HrisJob",
"type": "object",
"x-apideck-schema-id": "HrisJob",
"x-apideck-weights": {
"id": "critical",
"employee_id": "critical",
"title": "critical",
"start_date": "high",
"end_date": "high",
"employment_status": "high",
"is_primary": "medium",
"location": "medium",
"department": "medium"
},
"properties": {
"id": {
"$ref": "#/components/schemas/IdOrNull"
},
"employee_id": {
"type": "string",
"description": "Id of the employee",
"nullable": true
},
"title": {
"$ref": "#/components/schemas/Title"
},
"start_date": {
"type": "string",
"example": "2020-08-12",
"format": "date",
"nullable": true
},
"end_date": {
"type": "string",
"example": "2020-08-12",
"format": "date",
"nullable": true
},
"employment_status": {
"$ref": "#/components/schemas/EmploymentStatus"
},
"department": {
"type": "string",
"example": "Brussels Office",
"description": "Department name",
"nullable": true
},
"is_primary": {
"title": "Primary",
"description": "Indicates whether this the employee's primary job.",
"type": "boolean",
"example": true,
"nullable": true
},
"location": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"example": "HQ US",
"nullable": true
}
}
},
"custom_mappings": {
"$ref": "#/components/schemas/CustomMappings"
}
}
}
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/apideck-hrisjob"
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.