summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/runners.json
blob: bebb0c88652f83e1762b438a6a589eb2aba6f436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": [
    "online",
    "available"
  ],
  "properties": {
    "online": { "type": "boolean" },
    "available": { "type": "boolean" },
    "settings_path": { "type": "string" }
  },
  "additionalProperties": false
}