{
  "@context": "http://iiif.io/api/image/2/context.json",
  "@id": "https://iiif.io/api/image/2.1/example/reference/detail",
  "height": 173,
  "profile": [
    "http://iiif.io/api/image/2/level1.json",
    {
      "formats": [
        "jpg",
        "png"
      ],
      "qualities": [
        "default",
        "color",
        "gray"
      ]
    }
  ],
  "protocol": "http://iiif.io/api/image",
  "tiles": [
    {
      "height": 512,
      "scaleFactors": [
        1
      ],
      "width": 512
    }
  ],
  "width": 173
}