Deel · Schema
Deel Payroll Event
Canonical schema for a Deel Global Payroll event/cycle.
HRPayrollGlobal PayrollEOREmployer of RecordContractorsHRISATSWorkforceComplianceImmigrationBackground ChecksWebhookIT
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| legal_entity_id | string | |
| country | string | |
| currency | string | |
| cycle_start | string | |
| cycle_end | string | |
| cutoff_date | string | |
| pay_date | string | |
| status | string | |
| total_gross | number | |
| total_net | number | |
| worker_count | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/deel-com/main/json-schema/deel-payroll-event-schema.json",
"title": "Deel Payroll Event",
"description": "Canonical schema for a Deel Global Payroll event/cycle.",
"type": "object",
"required": ["id", "legal_entity_id", "country", "currency", "cycle_start", "cycle_end", "status"],
"properties": {
"id": { "type": "string" },
"legal_entity_id": { "type": "string" },
"country": { "type": "string" },
"currency": { "type": "string" },
"cycle_start": { "type": "string", "format": "date" },
"cycle_end": { "type": "string", "format": "date" },
"cutoff_date": { "type": "string", "format": "date" },
"pay_date": { "type": "string", "format": "date" },
"status": {
"type": "string",
"enum": ["draft", "open", "locked", "processed", "paid", "closed"]
},
"total_gross": { "type": "number" },
"total_net": { "type": "number" },
"worker_count": { "type": "integer" }
},
"additionalProperties": true
}
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/deel-payroll-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.