Class 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"