Architect of the Capitol · JSON Structure

Aoc Data Api Building List Structure

Type: object Properties: 4
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

Aoc Data Api Building 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 buildings

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-building-list-structure.json",
  "title": "BuildingList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "buildings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "type": {},
          "yearBuilt": {},
          "architect": {},
          "description": {},
          "address": {},
          "squareFootage": {},
          "floors": {},
          "historicDesignation": {},
          "visitingHours": {},
          "coordinates": {}
        }
      }
    }
  }
}