gitlab-org--gitlab-foss/app/validators/json_schemas/ci_runner_config.json

10 lines
212 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "CI Runner config values",
"type": "object",
"properties": {
"gpus": { "type": "string" }
},
"additionalProperties": false
}