File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ <h2><span style="font-family: monospace">$ref</span> resolution</h2>
97
97
< p > Note that any failure in $ref validation is considered a fatal error.</ p >
98
98
99
99
< p > The processor in charge of this step is {@link
100
- com.github.fge.jsonschema.processors.ref .RefResolver}. It is located in package
100
+ com.github.fge.jsonschema.core.load .RefResolver}. It is located in package
101
101
< span style ="font-family: monospace "> json-schema-core</ span > .</ p >
102
102
103
103
< h2 > Schema syntax checking</ h2 >
@@ -113,7 +113,7 @@ <h2>Schema syntax checking</h2>
113
113
not follow JSON References.</ p >
114
114
115
115
< p > The processor in charge of this step is {@link
116
- com.github.fge.jsonschema.processors .syntax.SyntaxProcessor}. It is located in
116
+ com.github.fge.jsonschema.core.keyword .syntax.SyntaxProcessor}. It is located in
117
117
the < span style ="font-family: monospace "> json-schema-core</ span > package.</ p >
118
118
119
119
< h2 > Digesting</ h2 >
@@ -154,7 +154,7 @@ <h2>Digesting</h2>
154
154
allows to prune a lot of duplicates out of keyword caching.</ p >
155
155
156
156
< p > The processor in charge of this step is {@link
157
- com.github.fge.jsonschema.processing .digest.SchemaDigester}.</ p >
157
+ com.github.fge.jsonschema.processors .digest.SchemaDigester}.</ p >
158
158
159
159
< h2 > Keyword building</ h2 >
160
160
You can’t perform that action at this time.
0 commit comments