summaryrefslogtreecommitdiffstats
path: root/src/qtmoduleupdater/autorun_schema.json
blob: 3d8ff75b5ed67a15e12352858f8c6d49e348bf23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "title": "qtmoduleupdater auto-run configuration",
    "type": "object",
    "properties": {
        "version": {
            "type": "integer",
            "description": "The file format version expected, currently 1."
        },
        "branches": {
            "type": "array",
            "description": "List of qt5 branches to submit updates to.",
            "items": {
                "type": "string"
            }
        }
    },
    "required": ["version"]
}