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