{schema.path.at(-1)}

{#if subparts.length > 0} {/if} {#if $currentValue === undefined} No array defined {:else if !Array.isArray($currentValue)} Not an array: {typeof $currentValue} {JSON.stringify(path)} {JSON.stringify($currentValue).slice(0,120)} {:else if $currentValue?.length === 0} No values are defined {#if $messages.length > 0} {#each $messages as message} {/each} {/if} {:else if subparts.length === 0} {#each $currentValue as value, i}
{/each} {:else} {#each $currentValue as value, i (value)} {/each} {/if}
{#if path.length === 1 && path[0] === "tagRenderings"} {/if}