Consider replacing custom snapshotting with insta or snapbox
Currently, when regenerating test schemas (e.g. using update-tests.sh), the output must be manually verified. We should also automatically validate that the schema correctly validates values that successfully (de)serialize. This could use the jsonschema crate.
update-tests.sh
), the output must be manually verified. We should also automatically validate that the schema correctly validates values that successfully (de)serialize. This could use the jsonschema crate.