{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/oss-review-toolkit-repository-configuration/_shared/latest--analyzer-configuration-schema.json",
  "title": "ORT repository analyzer configurations",
  "description": "Configurations for the analyzer of the The OSS-Review-Toolkit (ORT). A full list of all available options can be found at <https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/AnalyzerConfiguration.kt>.",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/repository-configurations/analyzer-configuration-schema.json",
    "sourceSha256": "6c8ad51560ab72d6a58e660b37ecd48aca8a2e99032106d1b0e31f08b43bb55b"
  },
  "type": "object",
  "properties": {
    "allow_dynamic_versions": {
      "type": "boolean"
    },
    "enabled_package_managers": {
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/oss-review-toolkit-repository-configuration/_shared/latest--package-managers-schema.json"
      }
    },
    "disabled_package_managers": {
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/oss-review-toolkit-repository-configuration/_shared/latest--package-managers-schema.json"
      }
    },
    "package_managers": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/oss-review-toolkit-repository-configuration/_shared/latest--package-manager-configuration-schema.json"
    },
    "skip_excluded": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}
