summaryrefslogtreecommitdiff
path: root/dat/sample-post.json
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-22 18:55:33 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-22 18:55:33 +0200
commit993e24ed33066e75d6f971cb7ec36a11603dd79e (patch)
tree664b0653834326f4823734ca3b1a2650cff5992f /dat/sample-post.json
parenthub: prepare db schema update (diff)
hub: add basic POST support
Diffstat (limited to 'dat/sample-post.json')
-rw-r--r--dat/sample-post.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/dat/sample-post.json b/dat/sample-post.json
new file mode 100644
index 0000000..35c76e0
--- /dev/null
+++ b/dat/sample-post.json
@@ -0,0 +1,9 @@
+{
+ "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"},
+ "hostname": "localhost",
+ "tags": ["suppa", "toll"],
+ "version": 1,
+ "data": {"bytes-sent": 1519, "client-count": 0},
+ "start-time": "2013-10-21T12:30:00Z",
+ "duration-ms": 300000
+}