Annotation Interface JsonSchema.Array.MaxItems

Enclosing class:
JsonSchema.Array

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

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

    • value

      int value
      Maximum number of the items.
      Returns:
      selected maximum number of the items