Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Specification of input.json #2710

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ It has to be generated through external tools and provided to the app. Contains
- `externalAttributions`: contains all attributions which are provided as signals (preselected signals will be
automatically used by the app to create attributions in the output file),
- `resourcesToAttributions`: links attributions to file paths,
- `frequentlicenses`: A list of licenses that can be selected in a dropdown when the user enters a license name.

There are additional fields which are optional:

- `frequentLicenses`: A list of licenses that can be selected in a dropdown when the user enters a license name.
- `attributionBreakpoints`: a list of folder paths where attribution inference stops, e.g. `node_modules`."
- `filesWithChildren`: a list of folders that are treated as files. This can be used to attach another file tree to
files like `package.json`, usually also setting an attribution breakpoint.
Expand Down
Loading