summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon/collections/external_featured.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/mastodon/collections/external_featured.json')
-rw-r--r--test/fixtures/mastodon/collections/external_featured.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/mastodon/collections/external_featured.json b/test/fixtures/mastodon/collections/external_featured.json
new file mode 100644
index 000000000..be5302cf8
--- /dev/null
+++ b/test/fixtures/mastodon/collections/external_featured.json
@@ -0,0 +1,14 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams",
+ "https://{{domain}}/schemas/litepub-0.1.jsonld",
+ {
+ "@language": "und"
+ }
+ ],
+ "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
+ "orderedItems": [
+ "https://{{domain}}/objects/{{object_id}}"
+ ],
+ "type": "OrderedCollection"
+}