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