This provides a Spring-Boot-Starter to include JsonSchemaValidation with the help of the https://github.com/networknt/json-schema-validator-library. Include the ...
You can generate the json schema directely from a python class using pydantic and use it in the API for register schemas, check versions and test compatibility: Also ...