Self referencing
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Fri Oct 10 22:54:00 UTC 2025.
Objects must not reference themselves.
Incorrect:
[] > foo
a > a
Correct:
[] > foo
a > b
Published on Fri Oct 10 22:54:00 UTC 2025.