Annotation Interface JsonSchema.Array.MinItems

Enclosing class:
JsonSchema.Array

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.Array.MinItems
Minimum number of the items the array can have.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Minimum number of the items.
  • Element Details

    • value

      int value
      Minimum number of the items.
      Returns:
      selected minimum number of the items