Self referencing
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Fri Sep 12 07:13:57 UTC 2025.
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Fri Sep 12 07:13:57 UTC 2025.