Agave · Schema

Contract

A prime contract for a construction project.

AccountingConstructionIntegrationERPProject ManagementUnified-APIiPaaSWebhookField ServiceInvoicing

Properties

Name Type Description
id string Contract identifier.
project_id string Associated project identifier.
name string Contract name.
number string Contract number.
status string Contract status.
original_value number Original contract value in USD.
revised_value number Revised contract value including change orders.
executed_date string Date the contract was executed.
View JSON Schema on GitHub

JSON Schema

unified-api-contract-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-contract-schema.json",
  "title": "Contract",
  "description": "A prime contract for a construction project.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Contract identifier.",
      "example": "con-778899"
    },
    "project_id": {
      "type": "string",
      "description": "Associated project identifier.",
      "example": "proj-500123"
    },
    "name": {
      "type": "string",
      "description": "Contract name.",
      "example": "Prime Construction Contract"
    },
    "number": {
      "type": "string",
      "description": "Contract number.",
      "example": "GC-2025-001"
    },
    "status": {
      "type": "string",
      "description": "Contract status.",
      "enum": [
        "draft",
        "approved",
        "executed",
        "completed",
        "voided"
      ],
      "example": "executed"
    },
    "original_value": {
      "type": "number",
      "description": "Original contract value in USD.",
      "example": 4500000.0
    },
    "revised_value": {
      "type": "number",
      "description": "Revised contract value including change orders.",
      "example": 4750000.0
    },
    "executed_date": {
      "type": "string",
      "format": "date",
      "description": "Date the contract was executed.",
      "example": "2025-01-20"
    }
  }
}

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-contract"
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.