Architect of the Capitol · JSON Structure

Aoc Data Api Preservation Project Structure

Type: object Properties: 12
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

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

Properties

id name buildingId buildingName status startDate estimatedCompletion actualCompletion budget description contractor historicalContext

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-structure.json",
  "title": "PreservationProject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "buildingId": {
      "type": "string"
    },
    "buildingName": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "planned",
        "active",
        "completed"
      ]
    },
    "startDate": {
      "type": "string"
    },
    "estimatedCompletion": {
      "type": "string"
    },
    "actualCompletion": {
      "type": "string"
    },
    "budget": {
      "type": "number"
    },
    "description": {
      "type": "string"
    },
    "contractor": {
      "type": "string"
    },
    "historicalContext": {
      "type": "string"
    }
  }
}