Skip to content

Commit

Permalink
docs(schema): Fix package manager configurations schema title
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bochtler <[email protected]>
  • Loading branch information
MarcelBochtler committed Jan 28, 2025
1 parent 889577b commit b7410dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oss-review-toolkit.org/package-manager-configuration.yml",
"title": "ORT configuration",
"title": "ORT package manager configurations",
"description": "Configurations for package managers for 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/PackageManagerConfiguration.kt.",
"type": "object",
"propertyNames": {
Expand Down

0 comments on commit b7410dc

Please sign in to comment.