diff options
Diffstat (limited to 'meshmc/launcher/updater/testdata/oneChannel.json')
| -rw-r--r-- | meshmc/launcher/updater/testdata/oneChannel.json | 11 |
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" + } + ] +} |
