public final class SyntaxValidator extends Object
Note that schemas are not validated "in depth", only the first level of
keywords will be validated. This is by design (for now) since recursing
through schemas is not as simple as it sounds, we cannot just blindly
recurse through object instances (consider enum
).
Constructor and Description |
---|
SyntaxValidator(MetaSchema metaSchema) |
public SyntaxValidator(MetaSchema metaSchema)
Copyright © 2013. All Rights Reserved.