summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/testdata/oneChannel.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/updater/testdata/oneChannel.json')
-rw-r--r--api/logic/updater/testdata/oneChannel.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/logic/updater/testdata/oneChannel.json b/api/logic/updater/testdata/oneChannel.json
new file mode 100644
index 00000000..84727ac7
--- /dev/null
+++ b/api/logic/updater/testdata/oneChannel.json
@@ -0,0 +1,11 @@
+{
+ "format_version": 0,
+ "channels": [
+ {
+ "id": "develop",
+ "name": "Develop",
+ "description": "The channel called \"develop\"",
+ "url": "http://example.org/stuff"
+ }
+ ]
+}