...
Code Block |
---|
{ "@context": "http://iiif.io/api/discovery/0/context.json", "id": "https://example.org/activities/p2.json", "type": "OrderedCollectionPage", "partOf": { "id": "https://example.org/activities/collection.json", "type": "OrderedCollection" }, "prev": { "id": "https://example.org/activities/p1.json", "type": "OrderedCollectionPage" }, "next": { "id": "https://example.org/activities/p3.json", "type": "OrderedCollectionPage" }, "orderedItems": [ { "type": "Create", "object": { "id": "https://example.org/objects/41002.json", "type": "json" }, "endTime": "2019-05-10T15:31:01-04:00" }, { "type": "Update", "object": { "id": "https://example.org/objects/54268.json", "type": "json" }, "endTime": "2019-05-10T15:31:01-04:00" }, { "type": "Update", "object": { "id": "https://example.org/objects/37331.xml", "type": "lido" }, "endTime": "2019-05-10T19:31:01Z" }, { "type": "Delete", "object": { "id": "https://example.org/objectsobj/10788.json", "type": "json" }, "endTime": "2019-05-10T15:31:01-04:00" } ] } |
...