Class LevelResolverFactory

java.lang.Object
com.atlassian.oai.validator.report.LevelResolverFactory

public final class LevelResolverFactory extends Object
  • Method Details

    • withAdditionalPropertiesIgnored

      public static LevelResolver withAdditionalPropertiesIgnored()
      Construct a new LevelResolver that disables the additional properties validation.

      This is needed if your spec uses composition via allOf, anyOf or oneOf.

      Returns:
      a new LevelResolver that disables the additional properties validation.