Class ArraySchema.Items
java.lang.Object
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- Direct Known Subclasses:
ArraySchema.ArrayItems
,ArraySchema.SingleItems
- Enclosing class:
ArraySchema
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
Items
public Items()
-
-
Method Details
-
isSingleItems
public boolean isSingleItems() -
isArrayItems
public boolean isArrayItems() -
asSingleItems
-
asArrayItems
-