Argyle · Schema
GrossPay
Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name or description of the gross pay line item. |
| type | string | Categorized type of gross pay, based on `name`. Used in `gross_pay_list_totals`. - `base` - `pto` - `overtime` - `commission` - `bonus` - `disability` - `benefits` - `tips` - `stock` - `other` |
| start_date | string | Timestamp ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) of the start of the work period. |
| end_date | string | Timestamp ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) of the end of the work period. |
| rate | string | Hourly rate of gross pay earnings for this line item. |
| hours | string | Hours worked for this line item. |
| amount | string | Gross pay earned from this line item. |
| hours_ytd | string | Total hours worked year-to-date related to this gross pay line item, including this paystub's work period. |
| amount_ytd | string | Total gross pay earned year-to-date related to this gross pay line item, including this paystub. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/grosspay.json",
"title": "GrossPay",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name or description of the gross pay line item."
},
"type": {
"type": "string",
"enum": [
"base",
"pto",
"overtime",
"commission",
"bonus",
"disability",
"benefits",
"tips",
"stock",
"other"
],
"description": "Categorized type of gross pay, based on `name`. Used in `gross_pay_list_totals`.\n- `base`\n- `pto`\n- `overtime`\n- `commission`\n- `bonus`\n- `disability`\n- `benefits`\n- `tips`\n- `stock`\n- `other`\n"
},
"start_date": {
"type": "string",
"format": "date-time",
"description": "Timestamp ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) of the start of the work period."
},
"end_date": {
"type": "string",
"format": "date-time",
"description": "Timestamp ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) of the end of the work period."
},
"rate": {
"type": "string",
"description": "Hourly rate of gross pay earnings for this line item."
},
"hours": {
"type": "string",
"description": "Hours worked for this line item."
},
"amount": {
"type": "string",
"description": "Gross pay earned from this line item."
},
"hours_ytd": {
"type": "string",
"description": "Total hours worked year-to-date related to this gross pay line item, including this paystub's work period."
},
"amount_ytd": {
"type": "string",
"description": "Total gross pay earned year-to-date related to this gross pay line item, including this paystub."
}
}
}
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/grosspay"
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.