Render a tuple field — z.tuple([z.string(), z.number()]) or
{ prefixItems: [...] }.
Positional rendering: each prefixItems entry is rendered at its index.
The structural index (e.g. [0]) is passed as the path suffix so
children get unique ids and labels.
Render a tuple field —
z.tuple([z.string(), z.number()])or{ prefixItems: [...] }.Positional rendering: each
prefixItemsentry is rendered at its index. The structural index (e.g.[0]) is passed as the path suffix so children get unique ids and labels.