summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/ci_runner_config.json
blob: af1bcfcb183a205cdce30b7eb6f8ce624d6de324 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "CI Runner config values",
  "type": "object",
  "properties": {
    "gpus": { "type": "string" }
  },
  "additionalProperties": false
}