Validating recursive JSONs using JSON Schema in Python
Sep 15, 2023 · 4 min read · Edit: Please note that it's much easier and faster to do this sort of validation directly using pydantic. If, however, you must use jsonschema, this post should be helpful. Hey there! Recently, while working on a Django app, I implemented validation ...
Join discussion