Architect of the Capitol · JSON Structure

Aoc Data Api Artwork List Structure

Type: object Properties: 4
Federal GovernmentCapitol HillCongressHistoric PreservationGovernment Services

Aoc Data Api Artwork 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 artworks

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-artwork-list-structure.json",
  "title": "ArtworkList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "artworks": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "title": {},
          "artist": {},
          "yearCreated": {},
          "medium": {},
          "dimensions": {},
          "location": {},
          "buildingId": {},
          "description": {},
          "imageUrl": {},
          "acquisitionDate": {},
          "historicalSignificance": {}
        }
      }
    }
  }
}