aboutsummaryrefslogtreecommitdiff
path: root/tests/Formats/samples/feed.microblog.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Formats/samples/feed.microblog.json')
-rw-r--r--tests/Formats/samples/feed.microblog.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/Formats/samples/feed.microblog.json b/tests/Formats/samples/feed.microblog.json
new file mode 100644
index 00000000..721763cd
--- /dev/null
+++ b/tests/Formats/samples/feed.microblog.json
@@ -0,0 +1,21 @@
+{
+ "server": {
+ "HTTPS": "on",
+ "HTTP_HOST": "example.com",
+ "REQUEST_URI": "/feed"
+ },
+ "meta": {
+ "name": "Sample microblog feed",
+ "uri": "https://example.com/blog/",
+ "icon": "https://example.com/logo.png"
+ },
+ "items": [
+ {
+ "timestamp": 1538931183,
+ "content": "Oh 😲 I found three monkeys 🙈🙉🙊"
+ },{
+ "timestamp": 1538930297,
+ "content": "Something happened"
+ }
+ ]
+}