Update schema and implement extended schema validation#295
Merged
Conversation
Rename authors -> contact and add field for logos
Zethson
approved these changes
Nov 8, 2025
Member
Zethson
left a comment
There was a problem hiding this comment.
Thank you very much!
I generally wonder whether it wouldn't be nicer to collect all failures for the validators and raise one or more errors at the end instead of failing early. Having to rerun this is annoying because of the many requests and we could bombard their API servers.
Co-authored-by: Lukas Heumos <lukas.heumos@posteo.net>
Contributor
Author
|
Thanks for fixing all my typos! |
flying-sheep
approved these changes
Nov 11, 2025
Member
|
Errors look like this: ValueError: palantir: Failed to validate GitHub users ['dpeerlab', 'ManuSetty', 'katosh']:
- Could not resolve to a User with the login of 'dpeerlab'. |
Instead, collect all errors until the end and print all of them
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
For #292, implement the following changes
Update schema
Implement extended validation
Update CI to use uv
The validation code is based on the script we already had in the tutorials registry: https://github.com/scverse/scverse-tutorials
Closes #69