Agave · JSON Structure

Unified Api Project Structure

A construction project record from the linked source system.

Type: object Properties: 11
AccountingConstructionIntegrationERPProject ManagementUnified-APIiPaaSWebhookField ServiceInvoicing

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

Properties

id source_id name number status address start_date estimated_completion_date total_budget created_at updated_at

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-project-structure.json",
  "name": "Project",
  "description": "A construction project record from the linked source system.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Agave unified project identifier.",
      "example": "proj-500123"
    },
    "source_id": {
      "type": "string",
      "description": "Project identifier in the source system.",
      "example": 12345
    },
    "name": {
      "type": "string",
      "description": "Project name.",
      "example": "Downtown Office Building"
    },
    "number": {
      "type": "string",
      "description": "Project number or code.",
      "example": "2025-001"
    },
    "status": {
      "type": "string",
      "description": "Project status.",
      "enum": [
        "active",
        "inactive",
        "completed"
      ],
      "example": "active"
    },
    "address": {
      "type": "string",
      "description": "Project address.",
      "example": "123 Main St, San Francisco, CA 94105"
    },
    "start_date": {
      "type": "date",
      "description": "Project start date.",
      "example": "2025-01-15"
    },
    "estimated_completion_date": {
      "type": "date",
      "description": "Estimated project completion date.",
      "example": "2026-06-30"
    },
    "total_budget": {
      "type": "double",
      "description": "Total approved project budget in USD.",
      "example": 5000000.0
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the record was created.",
      "example": "2025-01-15T09:00:00Z"
    },
    "updated_at": {
      "type": "datetime",
      "description": "Timestamp when the record was last updated.",
      "example": "2025-04-01T12:00:00Z"
    }
  }
}

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-project-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 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.