Skip to content

Commit 62dde43

Browse files
committed
Clarify reference resolution cycle warning
1 parent 1af1f23 commit 62dde43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/jsonschema-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,8 +2076,8 @@ the paper or impose limits on dynamic reference resolution.
20762076

20772077
Infinite loops can occur when evaluating schemas that produce cycles during
20782078
reference resolution. These cycles may involve multiple schemas. Not all
2079-
recursive schemas create loops, but implementations are advised to detect and
2080-
break these cycles when they are encountered.
2079+
recursive schemas create loops, but implementations are advised to detect these
2080+
cycles and terminate evaluation when they are encountered.
20812081

20822082
### Schema Identity and Collisions
20832083

0 commit comments

Comments
 (0)