|
679 | 679 | which processing begins, even if it is not a schema resource root.
|
680 | 680 | The path from this root schema to any particular keyword (that
|
681 | 681 | 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." |
683 | 683 | </t>
|
684 | 684 | <t>
|
685 | 685 | Lexical and dynamic scopes align until a reference keyword
|
|
698 | 698 | when reporting errors and collected annotations, as it may be possible
|
699 | 699 | to revisit the same lexical scope repeatedly with different dynamic
|
700 | 700 | 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. |
702 | 702 | </t>
|
703 | 703 | </section>
|
704 | 704 | <section title="Keyword Interactions">
|
|
930 | 930 | The instance location to which it is attached, as a JSON Pointer
|
931 | 931 | </t>
|
932 | 932 | <t>
|
933 |
| - The schema location path, indicating how reference keywords |
| 933 | + The evaluation path, indicating how reference keywords |
934 | 934 | such as "$ref" were followed to reach the absolute schema location.
|
935 | 935 | </t>
|
936 | 936 | <t>
|
937 | 937 | 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 |
939 | 939 | from above.
|
940 | 940 | </t>
|
941 | 941 | <t>
|
|
1016 | 1016 | author to write descriptions that work when combined in this way.
|
1017 | 1017 | </t>
|
1018 | 1018 | <t>
|
1019 |
| - The application can use the schema location path to determine which |
| 1019 | + The application can use the evaluation path to determine which |
1020 | 1020 | values are which. The values in the feature's immediate "enabled"
|
1021 | 1021 | 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 |
1024 | 1024 | "$ref" or not.
|
1025 | 1025 | </t>
|
1026 | 1026 | <t>
|
@@ -3605,7 +3605,7 @@ https://example.com/schemas/common#/$defs/count/minimum
|
3605 | 3605 | scope before following the reference.
|
3606 | 3606 | </t>
|
3607 | 3607 | <t>
|
3608 |
| - At this point, the dynamic path is |
| 3608 | + At this point, the evaluation path is |
3609 | 3609 | "#/$ref/properties/children/items/$dynamicRef", with a dynamic scope
|
3610 | 3610 | containing (from the outermost scope to the innermost):
|
3611 | 3611 | <list style="numbers">
|
|
0 commit comments