debian-mirror-gitlab/spec/fixtures/api/schemas/job/runners.json
2018-12-05 23:21:45 +05:30

12 lines
216 B
JSON

{
"type": "object",
"required": [
"online",
"available"
],
"properties": {
"online": { "type": "boolean" },
"available": { "type": "boolean" },
"settings_path": { "type": "string" }
}
}