{
  "@context" : "http://iiif.io/api/presentation/3/context.json",
  "id" : "https://MultimedialitySummerSchool.github.io/parasole/manifests/index.json",
  "type" : "Collection",
  "label" : {
    "none" : [ "My IIIF Collection" ]
  },
  "thumbnail" : [ {
    "id" : "http://127.0.0.1:8080/1/e4ba377410170cf98289adb05d58b2aa/full/300,228/0/default.jpg",
    "type" : "Image",
    "format" : "image/jpeg",
    "height" : 228,
    "width" : 300
  } ],
  "items" : [ {
    "id" : "http://127.0.0.1:8080/1/manifest.json",
    "type" : "Manifest",
    "label" : {
      "none" : [ "1_Specchio_delle_virtuose_donne_Isabella_Title_Page" ]
    }
  }, {
    "id" : "http://127.0.0.1:8080/2/manifest.json",
    "type" : "Manifest",
    "label" : {
      "none" : [ "2_Specchio_delle_virtuose_donne_Isabella_dedica" ]
    }
  }, {
    "id" : "http://127.0.0.1:8080/3/manifest.json",
    "type" : "Manifest",
    "label" : {
      "none" : [ "3_Specchio_delle_virtuose_donne_Isabella_Lavoro_Punto_In_Aria" ]
    }
  }, {
    "id" : "http://127.0.0.1:8080/4/manifest.json",
    "type" : "Manifest",
    "label" : {
      "none" : [ "4_Specchio_delle_virtuose_donne_Isabella_Sample_page_puntoreticella" ]
    }
  } ]
}