{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RunnerGroup", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "visibility": { "type": "string" }, "default": { "type": "boolean" }, "runners_url": { "type": "string" }, "inherited": { "type": "boolean" }, "allows_public_repositories": { "type": "boolean" } } }