summaryrefslogtreecommitdiff
path: root/meshmc/launcher/updater/testdata/oneChannel.json
diff options
context:
space:
mode:
Diffstat (limited to 'meshmc/launcher/updater/testdata/oneChannel.json')
-rw-r--r--meshmc/launcher/updater/testdata/oneChannel.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/meshmc/launcher/updater/testdata/oneChannel.json b/meshmc/launcher/updater/testdata/oneChannel.json
new file mode 100644
index 0000000000..cc8ed2557e
--- /dev/null
+++ b/meshmc/launcher/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"
+ }
+ ]
+}