SimpleLegal · JSON Structure

Simplelegal Matter Structure

Structure of a legal matter in the SimpleLegal ELM platform.

Type: Properties: 0
E-BillingEnterprise Legal ManagementLegal OperationsLegal Spend ManagementMatter ManagementVendor Management

SimpleLegal Matter is a JSON Structure definition published by SimpleLegal.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SimpleLegal Matter",
  "description": "Structure of a legal matter in the SimpleLegal ELM platform.",
  "fields": [
    { "name": "id", "type": "string", "description": "Unique matter identifier" },
    { "name": "name", "type": "string", "description": "Matter name or title", "required": true },
    { "name": "matter_number", "type": "string", "description": "Internal reference number" },
    { "name": "status", "type": "string", "description": "Status: open, closed, pending, on_hold" },
    { "name": "practice_area", "type": "string", "description": "Legal practice area (Litigation, IP, Employment, Contract)" },
    { "name": "description", "type": "string", "description": "Matter description" },
    { "name": "client", "type": "string", "description": "Internal client or business unit" },
    { "name": "lead_attorney", "type": "string", "description": "Primary attorney" },
    { "name": "outside_counsel", "type": "string", "description": "Outside law firm" },
    { "name": "budget", "type": "number", "description": "Total budget allocated" },
    { "name": "actual_spend", "type": "number", "description": "Total actual spend to date" },
    { "name": "accruals", "type": "number", "description": "Accrued unpaid costs" },
    { "name": "created_at", "type": "string", "format": "date-time", "description": "Creation timestamp" },
    { "name": "updated_at", "type": "string", "format": "date-time", "description": "Last modification timestamp" },
    { "name": "custom_fields", "type": "object", "description": "Organization-specific custom fields" }
  ]
}

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/simplelegal-matter-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.