Duplicate names

Object names must not be duplicated.

Incorrect:

foo
  1 > name
  2 > name
[x] > first
  second > x

18 > first

Correct:

foo
  1 > one
  2 > two
[x] > first
  second > x

18 > age

Published on Fri Oct 10 22:53:59 UTC 2025.