Interface ValidationStep

    • Method Detail

      • isValid

        boolean isValid()
      • getAnnotation

        @Nullable Annotation getAnnotation()
      • getAnnotations

        java.util.Collection<Annotation> getAnnotations​(java.lang.String keyword)
      • getAbsoluteKeywordLocation

        java.net.URI getAbsoluteKeywordLocation()
      • getInstanceLocation

        JsonPointer getInstanceLocation()
      • isValidatable

        default boolean isValidatable()
        If true this step is used to calculate the final validation result. 'if' is the only keyword that is not validatable.