Ok, I managed to load a schema from a JSON file. First I was under the impression that I could use that 'schema' to validate an object. But it seems that this is not what the schema is for. As far as I can see now, one can only validate that the schema itself is correct. Is that right?
For object validation one would need to use the DSL? If that is true: how can I load a Builder from an already existing schema?
Ok, I managed to load a schema from a JSON file. First I was under the impression that I could use that 'schema' to validate an object. But it seems that this is not what the schema is for. As far as I can see now, one can only validate that the schema itself is correct. Is that right?
For object validation one would need to use the DSL? If that is true: how can I load a
Builderfrom an already existing schema?