SimpleLegal Matter
Schema representing a legal matter in the SimpleLegal ELM platform.
E-BillingEnterprise Legal ManagementLegal OperationsLegal Spend ManagementMatter ManagementVendor Management
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/simplelegal/refs/heads/main/json-schema/simplelegal-matter-schema.json",
"title": "SimpleLegal Matter",
"description": "Schema representing a legal matter in the SimpleLegal ELM platform.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique matter identifier."
},
"name": {
"type": "string",
"description": "Matter name or title."
},
"matter_number": {
"type": "string",
"description": "Internal matter reference number."
},
"status": {
"type": "string",
"description": "Current matter status.",
"enum": ["open", "closed", "pending", "on_hold"]
},
"practice_area": {
"type": "string",
"description": "Legal practice area (e.g., Litigation, IP, Employment, Contract)."
},
"description": {
"type": "string",
"description": "Detailed description of the matter."
},
"client": {
"type": "string",
"description": "Internal client or business unit for the matter."
},
"lead_attorney": {
"type": "string",
"description": "Primary attorney responsible for the matter."
},
"outside_counsel": {
"type": "string",
"description": "Outside law firm handling the matter."
},
"budget": {
"type": "number",
"format": "float",
"description": "Total budget allocated for the matter."
},
"actual_spend": {
"type": "number",
"format": "float",
"description": "Total actual spend on the matter to date."
},
"accruals": {
"type": "number",
"format": "float",
"description": "Accrued but unpaid costs for the matter."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the matter was created."
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the matter was last updated."
},
"custom_fields": {
"type": "object",
"description": "Custom field values specific to the organization.",
"additionalProperties": true
}
},
"required": ["name"]
}
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/simplelegal-matter"
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 email required.
A second provider on the same verified email joins the account you already have.