Corrine
Corrine
Hi @Illucious ! Your exploration is a good starting point! However, I do have some other thoughts: 4. Non-validation Keywords: JSON schema is not only used for validation, it can...
Hi everyone, I have a question about handling the empty object `{}`. In JSON Schema, an empty object accepts any valid JSON value. I see several possible normalization approaches: 1....
> > Hi everyone, I have a question about handling the empty object `{}`. In JSON Schema, an empty object accepts any valid JSON value. I see several possible normalization...
> Hi all! Thanks for your interest, glad to hear some are excited! > > Here's a **qualification task** for this idea: > > Review the Hypothesis normalizer that I...
> > This project seems very interesting. Here are the normalisation rules I found in the linked repository: https://gist.github.com/tthijm/a2c2d16db2242753ae940d0a763aef6c. > > Do we have to share the gist in public?...
Hi @Julian and all, here is my gist link for the qualification tasks: [here](https://gist.github.com/TheGreatCorrine/bd8bf1cfde0f9f4df9eb44bb5788e358) It discusses the current normalization rules in the `_canonicalise.py` file, proposes some potential configuration rulesets, and...
I guess you need to use **python3.9** or **python3.10**. This is because Python 3.12+ has compatibility issues: `pkgutil.ImpImporter` was removed in Python 3.12, but `setuptools` still depends on it, causing...