{
  "type": "object",
  "properties": {
    "runners": {
      "description": "List of runner IDs to add to the runner group.",
      "type": "array",
      "items": {
        "type": "integer",
        "description": "Unique identifier of the runner."
      }
    }
  },
  "required": [
    "runners"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}