{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/github/first-timers-bot/latest.json",
  "title": "first-timers-bot",
  "description": "A bot that helps onboarding new open-source contributors.",
  "x-lintel": {
    "source": "https://www.schemastore.org/first-timers.json",
    "sourceSha256": "d6e70aa595e43445a42459881fb401abd412e20c34b986905bf2213392b02deb",
    "fileMatch": [
      "**/.github/first-timers.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "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"
    }
  },
  "$comment": "https://github.com/hoodiehq/first-timers-bot",
  "additionalProperties": false
}
