Self referencing
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Wed Aug 26 07:19:03 UTC 2026.
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Wed Aug 26 07:19:03 UTC 2026.