Commit 11f5d9d8 authored by Stan Hu's avatar Stan Hu

Remove EE-specific runner.json in favor of runners.json

parent 6d78048b
......@@ -3,7 +3,6 @@
{ "$ref": "../../../../../../spec/fixtures/api/schemas/job/job_details.json" },
{
"properties": {
"runner": { "$ref": "runner.json" },
"runners": { "$ref": "runners.json" }
}
}
......
{
"type": "object",
"properties": {
"quota": {
"description": "Quota information that is only shown for shared runners.",
"type": "object",
"required": [
"used",
"limit"
],
"properties": {
"used": { "type": "integer" },
"limit": { "type": "integer" }
},
"additionalProperties": false
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment