Relative Content

Tag Archive for pythonjsonjson-schema-validator

extract allOf validation from json schema

I have the following json schema that I want to use to validate data. It works well when using jsonschema to validate the basic information and conditional scenarios.
But I have a specific problem where I cannot easily assess whether data is present but shouldnt be, based on the allOf conditions. Its possible to write something custom for simple conditions in python, but where conditions are more complex it may be tricky to scale. Does anyone have any hints or know of any tooling that could help. Many thanks