All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openapi4j.schema.validator.v3.ValidationOptions Maven / Gradle / Ivy

The newest version!
package org.openapi4j.schema.validator.v3;

/**
 * Options to change the behaviour of the default implementation.
 */
public final class ValidationOptions {
  private ValidationOptions() {}

  /**
   * By default, in JSON schema v0, all schemas allow additional properties.
   * 

* Setting this to {@code true} invert the behaviour. */ public static final byte ADDITIONAL_PROPS_RESTRICT = 1; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy