Agave · Schema

Timesheet

An employee timesheet entry.

AccountingConstructionIntegrationERPProject ManagementUnified-APIiPaaSWebhookField ServiceInvoicing

Properties

Name Type Description
id string Timesheet identifier.
employee_id string Employee identifier.
project_id string Associated project identifier.
cost_code_id string Associated cost code.
date string Timesheet date.
regular_hours number Regular hours worked.
overtime_hours number Overtime hours worked.
pay_rate number Hourly pay rate in USD.
View JSON Schema on GitHub

JSON Schema

unified-api-timesheet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agave/refs/heads/main/json-schema/unified-api-timesheet-schema.json",
  "title": "Timesheet",
  "description": "An employee timesheet entry.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Timesheet identifier.",
      "example": "ts-990011"
    },
    "employee_id": {
      "type": "string",
      "description": "Employee identifier.",
      "example": "emp-123456"
    },
    "project_id": {
      "type": "string",
      "description": "Associated project identifier.",
      "example": "proj-500123"
    },
    "cost_code_id": {
      "type": "string",
      "description": "Associated cost code.",
      "example": "cc-445566"
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "Timesheet date.",
      "example": "2025-03-15"
    },
    "regular_hours": {
      "type": "number",
      "description": "Regular hours worked.",
      "example": 8.0
    },
    "overtime_hours": {
      "type": "number",
      "description": "Overtime hours worked.",
      "example": 2.0
    },
    "pay_rate": {
      "type": "number",
      "description": "Hourly pay rate in USD.",
      "example": 45.0
    }
  }
}

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/unified-api-timesheet"
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.