Abacus · JSON Structure

Abacus Expense Structure

An expense report submitted by a member

Type: object Properties: 11
AccountingExpense ManagementFinanceReimbursement

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

Properties

id member_id amount currency category description date status receipt_url 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/abacus/refs/heads/main/json-structure/abacus-expense-structure.json",
  "name": "Expense",
  "description": "An expense report submitted by a member",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique expense identifier",
      "example": "exp-500123"
    },
    "member_id": {
      "type": "string",
      "description": "ID of the member who submitted the expense",
      "example": "500123"
    },
    "amount": {
      "type": "number",
      "description": "Expense amount",
      "example": 45.5
    },
    "currency": {
      "type": "string",
      "description": "Currency code (ISO 4217)",
      "example": "USD"
    },
    "category": {
      "type": "string",
      "description": "Expense category",
      "enum": [
        "meals",
        "travel",
        "lodging",
        "office_supplies",
        "software",
        "other"
      ],
      "example": "meals"
    },
    "description": {
      "type": "string",
      "description": "Description of the expense",
      "example": "Team lunch"
    },
    "date": {
      "type": "date",
      "description": "Date of the expense",
      "example": "2025-03-15"
    },
    "status": {
      "type": "string",
      "description": "Current status of the expense",
      "enum": [
        "pending",
        "approved",
        "rejected",
        "reimbursed"
      ],
      "example": "pending"
    },
    "receipt_url": {
      "type": "uri",
      "description": "URL to the uploaded receipt",
      "example": "https://api.abacus.com/receipts/abc123"
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the expense was created",
      "example": "2025-03-15T14:30:00Z"
    },
    "updated_at": {
      "type": "datetime",
      "description": "Timestamp when the expense was last updated",
      "example": "2025-03-16T10: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/abacus-expense-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.