Self referencing
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Mon May 25 14:35:06 UTC 2026.
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Mon May 25 14:35:06 UTC 2026.