Class NonValidationKeyword

java.lang.Object
com.networknt.schema.keyword.AbstractKeyword
com.networknt.schema.keyword.NonValidationKeyword
All Implemented Interfaces:
Keyword

public class NonValidationKeyword extends AbstractKeyword
Used for Keywords that have no validation aspect, but are part of the metaschema.
  • Constructor Details

    • NonValidationKeyword

      public NonValidationKeyword(String keyword)
  • Method Details

    • newValidator

      public KeywordValidator newValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, SchemaContext schemaContext)
      Description copied from interface: Keyword
      Creates a new validator for the keyword.
      Parameters:
      schemaLocation - the schema location
      schemaNode - the schema node
      parentSchema - the parent schema
      schemaContext - the schema context
      Returns:
      the validation