Annotation Interface JsonSchema.Object.MinProperties

Enclosing class:
JsonSchema.Object

@Target({METHOD,TYPE,FIELD}) @Retention(CLASS) public static @interface JsonSchema.Object.MinProperties
Minimal number of the object properties in the JSON.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Minimal number of the properties.
  • Element Details

    • value

      int value
      Minimal number of the properties.
      Returns:
      selected minimal number of the properties