10 lines
212 B
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
|
||
|
}
|