ARRAY_PLACEHOLDER
Placeholder string for array index in derivation paths.
Used in paths like items.$.quantity to represent "each item in the array". The $ is resolved to actual indices at runtime during array derivation processing.
Presentation
const ARRAY_PLACEHOLDER : ".$.";