Architect of the Capitol · JSON Structure

Aoc Data Api Coordinates Structure

Type: object Properties: 2
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

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

Properties

latitude longitude

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-coordinates-structure.json",
  "title": "Coordinates",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "number"
    },
    "longitude": {
      "type": "number"
    }
  }
}