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 Wed Aug 26 07:19:02 UTC 2026.
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 Wed Aug 26 07:19:02 UTC 2026.