Workbench / Issues

Schema Reference Loops Without Base Case

A schema, field, type, object, or structured reference points through a loop without a base case that allows validation or interpretation to resolve.

What This Looks Like

A schema, type, field, object, or reference points back to itself through one or more layers without a clear base case. The AI output, validator, parser, or workflow may not be able to determine where the structure ends, how to validate it, or which referenced object should control the result.

Why It Matters

Structured systems need reference resolution. If a schema reference loops without a base case, validation can fail, generated output can become unstable, or nested objects can expand without a usable stopping point. The structure may look formally connected but still be impossible to resolve.

Structural Signal

A reference path cycles without a terminal condition. The issue is not simply that a schema is complex; it is that the schema cannot resolve because the reference loop has no declared base case.

Common Triggers

When to Use This Issue

Use this Issue when a schema, field, type, or structured reference loops in a way that prevents validation, generation, or interpretation from resolving.

When Not to Use This Issue

Do not use this Issue for ordinary nested fields or valid recursive structures with a clear base case. Use it when the loop prevents resolution.

Category

Loops & Resolution

Primary Pattern

PAT-0250 — Circular Dependency

Declared Patterns

Derived Primary Lenses

Derived Secondary Lenses

Search Intents

Ontology Metadata

Code
ISS-0091
Version
ISS-0091@0.1.0
Ontology release
0.1.0
Updated
2026-05-10T00:00:00Z

History

No public history entries recorded.

View full ontology changelog