Class ArraySchema.Items

  • Direct Known Subclasses:
    ArraySchema.ArrayItems, ArraySchema.SingleItems
    Enclosing class:
    ArraySchema

    public abstract static class ArraySchema.Items
    extends java.lang.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 Detail

      • Items

        public Items()