{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/first-timers.json",
  "$comment": "https://github.com/hoodiehq/first-timers-bot",
  "additionalProperties": false,
  "description": "A bot that helps onboarding new open-source contributors.",
  "properties": {
    "labels": {
      "title": "Labels",
      "description": "Sets the labels if \"first-timers-only\" is not what you are looking for.",
      "type": "array",
      "items": {
        "title": "Label",
        "type": "string"
      }
    },
    "template": {
      "title": "Template",
      "description": "The path to your template, relative from the repository root.",
      "type": "string"
    },
    "repository": {
      "title": "Repository",
      "description": "Specify a different repository than where the problem is. The bot must be installed on the configured repository.",
      "type": "string"
    }
  },
  "title": "first-timers-bot",
  "type": "object"
}
