Conversation
This makes e.g.:
```python
import jsonschema
import schemastore
jsonschema.validate(
instance={},
schema={
"$ref": "https://json.schemastore.org/github-action.json",
},
registry=schemastore.registry(),
)
```
work with no additional twiddling.
Member
Author
|
Going to assume you're good with anything here! Will be making a few more changes, and doing the transfer -- if you have any ideas/preferences always feel free to mention! |
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.
This makes e.g.:
work with no additional twiddling.
@ssbarnea I mentioned briefly wanting to do something with this package ages ago but completely got tied up with other things. How involved do you want to be?
I think you added me to this repo, are you OK with me simply refactoring things even beyond this PR, or do you want to look at them? Are you willing to add me to PyPI as well? And/or are you OK with moving this to the
python-jsonschemaorg?