Agave · JSON Structure

Unified Api Timesheet Structure

An employee timesheet entry.

Type: object Properties: 8
AccountingConstructionIntegration

Timesheet is a JSON Structure definition published by Agave, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id employee_id project_id cost_code_id date regular_hours overtime_hours pay_rate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agave/refs/heads/main/json-structure/unified-api-timesheet-structure.json",
  "name": "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": "date",
      "description": "Timesheet date.",
      "example": "2025-03-15"
    },
    "regular_hours": {
      "type": "double",
      "description": "Regular hours worked.",
      "example": 8.0
    },
    "overtime_hours": {
      "type": "double",
      "description": "Overtime hours worked.",
      "example": 2.0
    },
    "pay_rate": {
      "type": "double",
      "description": "Hourly pay rate in USD.",
      "example": 45.0
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/unified-api-timesheet-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.