Architect of the Capitol · JSON Structure

Aoc Data Api Preservation Project List Structure

Type: object Properties: 4
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

Aoc Data Api Preservation Project List Structure is a JSON Structure definition published by Architect of the Capitol, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

total offset limit projects

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/architect-of-the-capitol/refs/heads/main/json-structure/aoc-data-api-preservation-project-list-structure.json",
  "title": "PreservationProjectList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "projects": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "buildingId": {},
          "buildingName": {},
          "status": {},
          "startDate": {},
          "estimatedCompletion": {},
          "actualCompletion": {},
          "budget": {},
          "description": {},
          "contractor": {},
          "historicalContext": {}
        }
      }
    }
  }
}