Skip to content

Commit 33e67ae

Browse files
authored
Merge pull request #1264 from json-schema-org/align-text-with-output-terminology
align path terminology in the text with the renamings made for the output
2 parents ea9f5dc + 9673fb8 commit 33e67ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jsonschema-core.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
which processing begins, even if it is not a schema resource root.
680680
The path from this root schema to any particular keyword (that
681681
includes any "$ref" and "$dynamicRef" keywords that may have
682-
been resolved) is considered the keyword's "validation path."
682+
been resolved) is considered the keyword's "evaluation path."
683683
</t>
684684
<t>
685685
Lexical and dynamic scopes align until a reference keyword
@@ -698,7 +698,7 @@
698698
when reporting errors and collected annotations, as it may be possible
699699
to revisit the same lexical scope repeatedly with different dynamic
700700
scopes. In such cases, it is important to inform the user of the
701-
dynamic path that produced the error or annotation.
701+
evaluation path that produced the error or annotation.
702702
</t>
703703
</section>
704704
<section title="Keyword Interactions">
@@ -930,12 +930,12 @@
930930
The instance location to which it is attached, as a JSON Pointer
931931
</t>
932932
<t>
933-
The schema location path, indicating how reference keywords
933+
The evaluation path, indicating how reference keywords
934934
such as "$ref" were followed to reach the absolute schema location.
935935
</t>
936936
<t>
937937
The absolute schema location of the attaching keyword, as a IRI.
938-
This MAY be omitted if it is the same as the schema location path
938+
This MAY be omitted if it is the same as the evaluation path
939939
from above.
940940
</t>
941941
<t>
@@ -1016,11 +1016,11 @@
10161016
author to write descriptions that work when combined in this way.
10171017
</t>
10181018
<t>
1019-
The application can use the schema location path to determine which
1019+
The application can use the evaluation path to determine which
10201020
values are which. The values in the feature's immediate "enabled"
10211021
property schema are more specific, while the values under the re-usable
1022-
schema that is referenced to with "$ref" are more generic. The schema
1023-
location path will show whether each value was found by crossing a
1022+
schema that is referenced to with "$ref" are more generic. The evaluation
1023+
path will show whether each value was found by crossing a
10241024
"$ref" or not.
10251025
</t>
10261026
<t>
@@ -3605,7 +3605,7 @@ https://example.com/schemas/common#/$defs/count/minimum
36053605
scope before following the reference.
36063606
</t>
36073607
<t>
3608-
At this point, the dynamic path is
3608+
At this point, the evaluation path is
36093609
"#/$ref/properties/children/items/$dynamicRef", with a dynamic scope
36103610
containing (from the outermost scope to the innermost):
36113611
<list style="numbers">

0 commit comments

Comments
 (0)