Default SyntaxChecker
method to process key
The only required method for SyntaxChecker
, others are factory methods
Default SyntaxChecker
method to process key
The only required method for SyntaxChecker
, others are factory methods
list of JSON Pointers to fill
message bundle to use
processing report to use
currently processing part of Schema
Transform typical ProcessingMessage
into a message accompanied with JsonPointer
Build SyntaxValidator
object with SelfSyntaxChecker
.
Build SyntaxValidator
object with SelfSyntaxChecker
.
This is a main object used to validate Schemas
Get ValidationConfiguration
object with validator defined for self
keyword, ready to be used for Validator
construction
Validate syntax of JSON Schema using FGE JSON Schema Validator Entry-point method
Validate syntax of JSON Schema using FGE JSON Schema Validator Entry-point method
JSON supposed to be JSON Schema
whether to count warning (such as unknown keywords) as errors or silently ignore them
non-empty list of error messages in case of invalid Schema or unit if case of successful
Specific to FGE Validator logic, responsible for linting schemas against meta-schema