{ "$schema": "https://raw.githubusercontent.com/api-evangelist/architect-of-the-capitol/refs/heads/main/json-schema/aoc-data-api-preservation-project-list-schema.json", "example": { "total": 42, "offset": 42, "limit": 42, "projects": [ { "id": {}, "name": {}, "buildingId": {}, "buildingName": {}, "status": {}, "startDate": {}, "estimatedCompletion": {}, "actualCompletion": {}, "budget": {}, "description": {}, "contractor": {}, "historicalContext": {} } ] } }