summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/testdata/oneChannel.json
blob: cc8ed2557e2822177b5e09ae148d1938c2365697 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "format_version": 0,
    "channels": [
        {
            "id": "develop",
            "name": "Develop",
            "description": "The channel called \"develop\"",
            "url": "http://example.org/stuff"
        }
    ]
}