Each time we compile schemas from src we should verify with jsonpatch that the new schema is not adding/removing information we don't want (https://python-json-patch.readthedocs.io/en/latest/tutorial.html#creating-a-patch).
This can be easily automatized with tests.