{
  "type": "object",
  "required": [
    "labels"
  ],
  "properties": {
    "labels": {
      "type": "array",
      "minItems": 1,
      "maxItems": 100,
      "description": "The names of the custom labels to add to the runner.",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}