X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ffixtures%2Fcollections%2Fordered_array.json;fp=test%2Ffixtures%2Fcollections%2Fordered_array.json;h=1f196c6d3610609af02b664d47899cf44b30bf19;hb=05081cd81be675db4825335181182dd110c4b834;hp=0000000000000000000000000000000000000000;hpb=0a3a552696949b754248d1987a953a5c54e16605;p=akkoma diff --git a/test/fixtures/collections/ordered_array.json b/test/fixtures/collections/ordered_array.json new file mode 100644 index 000000000..1f196c6d3 --- /dev/null +++ b/test/fixtures/collections/ordered_array.json @@ -0,0 +1,19 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "id": "https://example.com/collection/ordered_array", + "summary": "Object history", + "type": "OrderedCollection", + "totalItems": 2, + "orderedItems": [ + { + "type": "Create", + "actor": "http://www.test.example/sally", + "object": "http://example.org/foo" + }, + { + "type": "Like", + "actor": "http://www.test.example/joe", + "object": "http://example.org/foo" + } + ] +}