Class ArraySchema.Items

java.lang.Object
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
Direct Known Subclasses:
ArraySchema.ArrayItems, ArraySchema.SingleItems
Enclosing class:
ArraySchema

public abstract static class ArraySchema.Items extends Object
This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas. The default value is an empty jsonSchema which allows any value for items in the instance array.
  • Constructor Details

    • Items

      public Items()
  • Method Details