Class ArraySchema.ArrayItems

java.lang.Object
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
Enclosing class:
ArraySchema

public static class ArraySchema.ArrayItems extends ArraySchema.Items
When this attribute value is an array of jsonSchemas and the instance value is an array, each position in the instance array MUST conform to the jsonSchema in the corresponding position for this array. This called tuple typing. When tuple typing is used, additional items are allowed, disallowed, or constrained by the "additionalItems"