Architect of the Capitol · JSON Structure

Aoc Data Api Accessibility Info Structure

Type: object Properties: 10
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

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

Properties

buildingId buildingName wheelchairAccess accessibleEntrances elevators accessibleRestrooms assistiveListeningDevices signLanguageInterpretation accessibilityContactPhone notes

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-accessibility-info-structure.json",
  "title": "AccessibilityInfo",
  "type": "object",
  "properties": {
    "buildingId": {
      "type": "string"
    },
    "buildingName": {
      "type": "string"
    },
    "wheelchairAccess": {
      "type": "boolean"
    },
    "accessibleEntrances": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "elevators": {
      "type": "boolean"
    },
    "accessibleRestrooms": {
      "type": "boolean"
    },
    "assistiveListeningDevices": {
      "type": "boolean"
    },
    "signLanguageInterpretation": {
      "type": "string"
    },
    "accessibilityContactPhone": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    }
  }
}