debian-mirror-gitlab/spec/fixtures/api/schemas/job/runner.json

18 lines
300 B
JSON
Raw Normal View History

2018-12-05 23:21:45 +05:30
{
"oneOf": [
{ "type": "null" },
{
"type": "object",
"required": [
"id",
"description"
],
"properties": {
"id": { "type": "integer" },
"description": { "type": "string" },
"edit_path": { "type": "string" }
}
}
]
}