{
  "type": "object",
  "required": [
    "labels"
  ],
  "properties": {
    "labels": {
      "type": "array",
      "minItems": 0,
      "maxItems": 100,
      "description": "The names of the custom labels to set for the runner. You can pass an empty array to remove all custom labels.",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}