-
Notifications
You must be signed in to change notification settings - Fork 842
Json schema improvements #1528
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
Merged
pinin4fjords
merged 15 commits into
nf-core:dev
from
glichtenstein:json-schema-improvements
Apr 22, 2025
Merged
Json schema improvements #1528
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
547518b
refactor schema_input.json for improved readability and clarity in er…
glichtenstein 416a0aa
Improved the clarity and readability of descriptions in the JSON schema
glichtenstein 3471a5f
Refactor JSON schema for enhanced clarity and improved error message …
glichtenstein b4a8905
Update CHANGELOG.md to include JSON schema validation improvements
glichtenstein 9fccf93
Refactor error message and pattern validation in schema_input.json fo…
glichtenstein 0e31e54
Add minLength validation for UMI separator in nextflow_schema.json
glichtenstein 3e711c2
Update nextflow_schema.json
glichtenstein 3becd26
Add maxLength validation for UMI separator and remove pattern constra…
glichtenstein 1b4fc39
Merge branch 'dev' into json-schema-improvements
nvnieuwk 836a89b
Update default value for trace_report_suffix in nextflow_schema.json …
glichtenstein 2df41cc
Remove default value for trace_report_suffix in nextflow_schema.json
glichtenstein 945291b
Add format property for directory-path in nextflow_schema.json
glichtenstein 62550bd
Refactor JSON schema to simplify enum definitions and consolidate req…
glichtenstein 4da2d3c
Update CHANGELOG.md to clarify JSON schema validation improvements
glichtenstein 60c50eb
Merge branch 'dev' into json-schema-improvements
pinin4fjords File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this
anyOfpart and only use the"pattern"keyword that's inside of itThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on it, thanks!