Apideck · Schema

compensation

IntegrationUnified-API

Properties

Name Type Description
id object
job_id string The ID of the job to which the compensation belongs.
rate number The amount paid per payment unit.
payment_unit object
currency object
flsa_status string The FLSA status for this compensation.
effective_date string The date on which a change to an employee's compensation takes effect.
payment_frequency object
View JSON Schema on GitHub

JSON Schema

apideck-employeecompensation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeCompensation",
  "title": "compensation",
  "x-apideck-weights": {
    "id": "critical",
    "job_id": "medium",
    "rate": "high",
    "payment_unit": "medium",
    "currency": "high",
    "flsa_status": "edge-case",
    "effective_date": "low",
    "payment_frequency": "medium"
  },
  "x-apideck-strict-required": [
    "rate",
    "currency",
    "payment_unit"
  ],
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/IdOrNull"
    },
    "job_id": {
      "type": "string",
      "title": "Job ID",
      "description": "The ID of the job to which the compensation belongs.",
      "example": "12345",
      "nullable": true,
      "readOnly": true
    },
    "rate": {
      "type": "number",
      "title": "Rate",
      "description": "The amount paid per payment unit.",
      "readOnly": false,
      "nullable": true,
      "example": 72000
    },
    "payment_unit": {
      "$ref": "#/components/schemas/PaymentUnit"
    },
    "currency": {
      "$ref": "#/components/schemas/Currency"
    },
    "flsa_status": {
      "type": "string",
      "readOnly": false,
      "nullable": true,
      "description": "The FLSA status for this compensation.",
      "x-apideck-enum-id": "employees.compensations.flsa_status",
      "enum": [
        "exempt",
        "salaried-nonexempt",
        "nonexempt",
        "owner",
        "other"
      ]
    },
    "effective_date": {
      "type": "string",
      "readOnly": false,
      "nullable": true,
      "title": "Effective date",
      "description": "The date on which a change to an employee's compensation takes effect.",
      "example": "2020-08-12"
    },
    "payment_frequency": {
      "$ref": "#/components/schemas/PaymentFrequency"
    }
  },
  "example": {
    "id": "3404301363494309004",
    "job_id": "3490439050957906679",
    "rate": 50,
    "payment_unit": "hour",
    "flsa_status": "nonexempt",
    "effective_date": "2021-06-11"
  }
}

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/apideck-employeecompensation"
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.