Pinwheel · Schema

EmploymentResponseObj

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
employer_name string Name of employer, e.g., Apple, Disney, Walmart.
employer_address object The address of the employer.
start_date string The date the employee began their job.
employment_duration_months integer The length of time, in months, the employee has been active with the employer.
employment_status object The employment status of the employee.
employment_type string The employment type e.g. full time, part time, seasonal, contractor.
termination_date string The date the employee was terminated.
title string The job title of the employee.
most_recent_pay_date string The latest date when the employee received regular pay.
View JSON Schema on GitHub

JSON Schema

employmentresponseobj.json Raw ↑
{
  "properties": {
    "employer_name": {
      "type": "string",
      "title": "employer_name",
      "description": "Name of employer, e.g., Apple, Disney, Walmart."
    },
    "employer_address": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AddressGetResponseItem"
        }
      ],
      "title": "employer_address",
      "description": "The address of the employer."
    },
    "start_date": {
      "type": "string",
      "format": "date",
      "title": "start_date",
      "description": "The date the employee began their job."
    },
    "employment_duration_months": {
      "type": "integer",
      "title": "employment_duration_months",
      "description": "The length of time, in months, the employee has been active with the employer."
    },
    "employment_status": {
      "allOf": [
        {
          "type": "string",
          "enum": [
            "employed",
            "terminated",
            "furloughed"
          ]
        }
      ],
      "description": "The employment status of the employee."
    },
    "employment_type": {
      "type": "string",
      "title": "employment_type",
      "description": "The employment type e.g. full time, part time, seasonal, contractor."
    },
    "termination_date": {
      "type": "string",
      "format": "date",
      "title": "termination_date",
      "description": "The date the employee was terminated."
    },
    "title": {
      "type": "string",
      "title": "title",
      "description": "The job title of the employee."
    },
    "most_recent_pay_date": {
      "type": "string",
      "format": "date",
      "title": "most_recent_pay_date",
      "description": "The latest date when the employee received regular pay."
    }
  },
  "type": "object",
  "required": [
    "employer_name"
  ],
  "title": "EmploymentResponseObj",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/EmploymentResponseObj.json"
}

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/employmentresponseobj"
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.