Skip to content

Commit fac35a0

Browse files
authored
Merge pull request #150 from handrews/moreformat
"uritemplate" and "jsonpointer" formats
2 parents 15ad0ed + c2f9c36 commit fac35a0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

jsonschema-validation.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<!ENTITY RFC3339 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml">
88
<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
99
<!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
10+
<!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
11+
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
1012
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
1113
]>
1214
<?rfc toc="yes"?>
@@ -843,6 +845,25 @@
843845
</t>
844846
</section>
845847

848+
<section title="uritemplate">
849+
<t>
850+
This attribute applies to string instances.
851+
</t>
852+
<t>
853+
A string instance is valid against this attribute if it is a valid URI Template
854+
(of any level), according to <xref target="RFC6570"/>.
855+
</t>
856+
</section>
857+
858+
<section title="jsonpointer">
859+
<t>
860+
This attribute applies to string instances.
861+
</t>
862+
<t>
863+
A string instance is valid against this attribute if it is a valid JSON Pointer,
864+
according to <xref target="RFC6901"/>
865+
</t>
866+
</section>
846867
</section>
847868
</section>
848869

@@ -887,6 +908,8 @@
887908
&RFC2673;
888909
&RFC3339;
889910
&RFC3986;
911+
&RFC6570;
912+
&RFC6901;
890913
&RFC7159;
891914
&RFC5322;
892915
<reference anchor="ecma262"

0 commit comments

Comments
 (0)