108109110111112113114115
* @param schema the schema * @return true if the schema is valid */ public boolean schemaIsValid(final JsonNode schema) { final ProcessingReport report = new DevNullProcessingReport(); return getResult(schema, report).isSuccess(); }