{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/github/v1/repository.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Any Taskcluster-specific Github repository information.\n",
  "properties": {
    "installed": {
      "description": "True if integration is installed, False otherwise.\n",
      "type": "boolean"
    }
  },
  "required": [
    "installed"
  ],
  "title": "Repository Response",
  "type": "object"
}