Apptio · Schema
CostAllocation
A cost allocation record tracking technology spending in Apptio
AnalyticsCost ManagementIT FinanceTechnology Business Management
Properties
| Name | Type | Description |
|---|---|---|
| allocationId | string | Unique cost allocation identifier |
| costCenter | string | Cost center or department receiving the allocation |
| category | string | Technology cost category (infrastructure, software, labor, etc.) |
| period | string | Reporting period (YYYY-MM) |
| amount | number | Allocated cost amount in USD |
| currency | string | Currency code |
| vendor | string | Technology vendor or provider |
| tags | object | Custom metadata tags for the allocation |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/apptio/main/json-schema/cost-allocation-schema.json",
"title": "CostAllocation",
"description": "A cost allocation record tracking technology spending in Apptio",
"type": "object",
"properties": {
"allocationId": {
"type": "string",
"description": "Unique cost allocation identifier"
},
"costCenter": {
"type": "string",
"description": "Cost center or department receiving the allocation"
},
"category": {
"type": "string",
"description": "Technology cost category (infrastructure, software, labor, etc.)"
},
"period": {
"type": "string",
"description": "Reporting period (YYYY-MM)"
},
"amount": {
"type": "number",
"description": "Allocated cost amount in USD"
},
"currency": {
"type": "string",
"default": "USD",
"description": "Currency code"
},
"vendor": {
"type": "string",
"description": "Technology vendor or provider"
},
"tags": {
"type": "object",
"description": "Custom metadata tags for the allocation"
}
},
"required": [
"allocationId",
"costCenter",
"period",
"amount"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cost-allocation"
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.