Architect of the Capitol · Example Payload

Aoc Data Api Accessibility Info Example

Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

Aoc Data Api Accessibility Info Example is an example object payload from Architect of the Capitol, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaexample

Example Payload

Raw ↑
{
  "$schema": "https://raw.githubusercontent.com/api-evangelist/architect-of-the-capitol/refs/heads/main/json-schema/aoc-data-api-accessibility-info-schema.json",
  "example": {
    "buildingId": "example-string",
    "buildingName": "example-string",
    "wheelchairAccess": true,
    "accessibleEntrances": [
      "example-string"
    ],
    "elevators": true,
    "accessibleRestrooms": true,
    "assistiveListeningDevices": true,
    "signLanguageInterpretation": "example-string",
    "accessibilityContactPhone": "example-string",
    "notes": "example-string"
  }
}