Version: 1.0.0
Circular Reference API
Tests various circular $ref patterns that produce circular(Title) markers
after dereferencing. Validates that the schema renderer handles self-references,
mutual recursion, and nested circular structures without hanging or losing the
circular badge.
Self-referencing tree node
A tree node whose `children` array references itself. The simplest
Self-referencing category with parent
A category that references itself through both `parent` (single ref)
Mutual recursion between Person and Address
`Person` has an `address` referencing `Address`, and `Address` has an
Circular ref via additionalProperties
An org chart where the value type of `additionalProperties` references
Circular ref inside allOf composition
A comment that uses `allOf` to compose shared metadata with a `replies`
Deeply nested circular ref
A linked list node with `next` referencing itself through a wrapper