Architect of the Capitol · JSON Structure

Aoc Data Api Visitor Info Structure

Type: object Properties: 3
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

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

Properties

capitalTours visitorCenter grounds

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-visitor-info-structure.json",
  "title": "VisitorInfo",
  "type": "object",
  "properties": {
    "capitalTours": {
      "type": "object",
      "properties": {
        "hours": {
          "type": "string"
        },
        "reservationRequired": {
          "type": "boolean"
        },
        "reservationUrl": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        }
      }
    },
    "visitorCenter": {
      "type": "object",
      "properties": {
        "hours": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        }
      }
    },
    "grounds": {
      "type": "object",
      "properties": {
        "openDawn": {
          "type": "boolean"
        },
        "closeDusk": {
          "type": "boolean"
        },
        "description": {
          "type": "string"
        }
      }
    }
  }
}