{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/agave/refs/heads/main/json-structure/unified-api-cost-code-list-structure.json", "name": "CostCodeList", "description": "Paginated list of cost codes.", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/CostCode" }, "example": [ "example_value" ] }, "next_cursor": { "type": "string", "example": "eyJpZCI6MTIzfQ==" }, "count": { "type": "int32", "example": 200 } } }