gitlab-ce/app/validators/json_schemas/ci_runner_runtime_features....

9 lines
181 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "CI Runner runtime features",
"type": "object",
"additionalProperties": {
"type": "boolean"
}
}