gitlab-org--gitlab-foss/spec/fixtures/api/schemas/job/runner.json

18 lines
300 B
JSON

{
"oneOf": [
{ "type": "null" },
{
"type": "object",
"required": [
"id",
"description"
],
"properties": {
"id": { "type": "integer" },
"description": { "type": "string" },
"edit_path": { "type": "string" }
}
}
]
}