{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apptio/main/json-structure/cost-allocation-structure.json", "title": "CostAllocation", "description": "A technology cost allocation record in Apptio", "type": "record", "fields": [ { "name": "allocationId", "type": "string", "description": "Unique allocation identifier" }, { "name": "costCenter", "type": "string", "description": "Cost center or department" }, { "name": "category", "type": "string", "description": "Technology cost category" }, { "name": "period", "type": "string", "description": "Reporting period (YYYY-MM)" }, { "name": "amount", "type": "float64", "description": "Allocated cost amount" }, { "name": "currency", "type": "string", "description": "Currency code" }, { "name": "vendor", "type": "string", "description": "Technology vendor or provider" } ] }