Self referencing
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Tue Mar 31 07:20:21 UTC 2026.
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Tue Mar 31 07:20:21 UTC 2026.