19
19
<?rfc rfcedstyle =" yes" ?>
20
20
<?rfc comments =" yes" ?>
21
21
<?rfc inline =" yes" ?>
22
- <rfc category =" info" docName =" draft-handrews-json-schema-00 " ipr =" trust200902" >
22
+ <rfc category =" info" docName =" draft-handrews-json-schema-01 " ipr =" trust200902" >
23
23
<front >
24
24
<title abbrev =" JSON Schema" >JSON Schema: A Media Type for Describing JSON Documents</title >
25
25
@@ -1110,7 +1110,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
1110
1110
</author >
1111
1111
<date year =" 2017" month =" November" />
1112
1112
</front >
1113
- <seriesInfo name =" Internet-Draft" value =" draft-handrews-json-schema-validation-00 " />
1113
+ <seriesInfo name =" Internet-Draft" value =" draft-handrews-json-schema-validation-01 " />
1114
1114
</reference >
1115
1115
<reference anchor =" json-hyper-schema" >
1116
1116
<front >
@@ -1123,7 +1123,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
1123
1123
</author >
1124
1124
<date year =" 2017" month =" November" />
1125
1125
</front >
1126
- <seriesInfo name =" Internet-Draft" value =" draft-handrews-json-schema-hyperschema-00 " />
1126
+ <seriesInfo name =" Internet-Draft" value =" draft-handrews-json-schema-hyperschema-01 " />
1127
1127
</reference >
1128
1128
</references >
1129
1129
@@ -1157,6 +1157,17 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
1157
1157
</t >
1158
1158
<t >
1159
1159
<list style =" hanging" >
1160
+ <t hangText =" draft-handrews-json-schema-01" >
1161
+ <list style =" symbols" >
1162
+ <t >This draft is purely a clarification with no functional changes</t >
1163
+ <t >Clarified $id by use cases</t >
1164
+ <t >Exhaustive schema identification examples</t >
1165
+ <t >Replaced "external referencing" with how and when an implementation might know of a schema from another doucment</t >
1166
+ <t >Replaced "internal referencing" with how an implementation should recognized schema identifiers during parsing</t >
1167
+ <t >Dereferencing the former "internal" or "external" references is always the same process</t >
1168
+ <t >Minor formatting improvements</t >
1169
+ </list >
1170
+ </t >
1160
1171
<t hangText =" draft-handrews-json-schema-00" >
1161
1172
<list style =" symbols" >
1162
1173
<t >Make the concept of a schema keyword vocabulary more clear</t >
0 commit comments