Skip to content

Commit 41fb130

Browse files
committed
Remove leftover wording from preprocessing.
We removed the preprocessing rules, including those related to using the entire instance value, and made a note of the limitation and intent to remove it in a future draft. This stray phrase should have been removed at that time. Also add a cref acknowledging the limitations and further work needed in this area. There was such a cref in the previous draft and I had thought I'd updated it rather than deleting it, but apparently not. It was a good idea, let's keep it.
1 parent b741676 commit 41fb130

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jsonschema-hyperschema.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,11 @@
427427
</t>
428428

429429
<section title="URI Templating">
430+
<t>
431+
<cref>
432+
The pre-processing rules present in earlier drafts have been removed due to their complexity and inability to address all limitations with URI templating. This section is subject to significant change in upcoming drafts to replace the old pre-processing with a comprehensive solution.
433+
</cref>
434+
</t>
430435
<t>
431436
The value of "href" is to be used as a URI Template, as defined in <xref target="RFC6570">RFC 6570</xref>. However, some special considerations apply:
432437
</t>
@@ -437,7 +442,7 @@
437442
Where either instance data or external data may be used, this section will refer simply to "data" or to a "value".
438443
When the source is important, it is specified explicitly.
439444

440-
To allow the use of any object property (including the empty string), array index, or the instance value itself, the following rules are defined:
445+
To allow the use of any object property (including the empty string) or array index, the following rules are defined:
441446
</t>
442447

443448
<t>

0 commit comments

Comments
 (0)