ArrayWithGap is a datatype for array gaps identified for a given prefix.

Table: ArrayWithGap

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
gaps[ArrayGap]yes Short-TermGaps identified for array prefix. This is a preview, under active development. See ArrayGap.
lastValidPrefixstringyes Short-TermPrefix that represents a field up until the point at which a gap was identified. For instance, the field `a[0].b[1]` would give the prefix `a[0].b` as the gap occurs when indexing `b` with `1`. For `a[1].b[0]`, you'd get the prefix `a`. This is a preview, under active development.