Deel · Schema

Deel EOR Contract

Canonical schema for a Deel Employer of Record contract including three-party signature state.

HRPayrollGlobal PayrollEOREmployer of RecordContractorsHRISATSWorkforceComplianceImmigrationBackground ChecksWebhookIT

Properties

Name Type Description
id string
status string
country string
state string
job_title string
seniority_level_id string
salary number
currency string
salary_frequency string
start_date string
end_date string
scope_of_work string
employee object
signatures object
external_id string
View JSON Schema on GitHub

JSON Schema

deel-eor-contract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deel-com/main/json-schema/deel-eor-contract-schema.json",
  "title": "Deel EOR Contract",
  "description": "Canonical schema for a Deel Employer of Record contract including three-party signature state.",
  "type": "object",
  "required": ["id", "status", "country", "salary", "currency"],
  "properties": {
    "id": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["draft", "quoted", "in_progress", "active", "cancelled", "terminated", "completed"]
    },
    "country": { "type": "string" },
    "state": { "type": "string" },
    "job_title": { "type": "string" },
    "seniority_level_id": { "type": "string" },
    "salary": { "type": "number" },
    "currency": { "type": "string" },
    "salary_frequency": { "type": "string", "enum": ["yearly", "monthly"] },
    "start_date": { "type": "string", "format": "date" },
    "end_date": { "type": "string", "format": "date" },
    "scope_of_work": { "type": "string" },
    "employee": {
      "type": "object",
      "required": ["first_name", "last_name", "email"],
      "properties": {
        "first_name": { "type": "string" },
        "last_name": { "type": "string" },
        "email": { "type": "string", "format": "email" },
        "nationality": { "type": "string" },
        "date_of_birth": { "type": "string", "format": "date" }
      }
    },
    "signatures": {
      "type": "object",
      "properties": {
        "client": {
          "type": "object",
          "properties": {
            "signed": { "type": "boolean" },
            "signed_at": { "type": "string", "format": "date-time" }
          }
        },
        "employee": {
          "type": "object",
          "properties": {
            "signed": { "type": "boolean" },
            "signed_at": { "type": "string", "format": "date-time" }
          }
        },
        "deel": {
          "type": "object",
          "properties": {
            "signed": { "type": "boolean" },
            "signed_at": { "type": "string", "format": "date-time" }
          }
        }
      }
    },
    "external_id": { "type": "string" }
  },
  "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/deel-eor-contract"
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 email required.

A second provider on the same verified email joins the account you already have.