File tree Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 19
19
<?rfc subcompact =" no" ?>
20
20
<?rfc strict =" no" ?>
21
21
<?rfc rfcedstyle =" yes" ?>
22
- <rfc category =" std " docName =" draft-zyp-json-schema-00 " ipr =" trust200811" updates = " 4120 " >
22
+ <rfc category =" info " docName =" draft-zyp-json-schema-01 " ipr =" trust200811" >
23
23
24
24
<front >
25
25
<!--
@@ -863,6 +863,19 @@ instead of numbers</t>
863
863
-->
864
864
865
865
<section title =" Change Log " >
866
+ <t >-01</t >
867
+ <t >
868
+ <list style =" symbols" >
869
+ <t >Fixed category and updates from template</t >
870
+ </list >
871
+ </t >
872
+ <t >-00</t >
873
+ <t >
874
+ <list style =" symbols" >
875
+ <t >Initial draft</t >
876
+ </list >
877
+ </t >
878
+
866
879
</section >
867
880
868
881
<section title =" Open Issues" >
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-00 /hyper-schema#" ,
3
- "id" : " http://json-schema.org/draft-00 /hyper-schema#" ,
2
+ "$schema" : " http://json-schema.org/draft-01 /hyper-schema#" ,
3
+ "id" : " http://json-schema.org/draft-01 /hyper-schema#" ,
4
4
5
5
"properties" : {
6
6
"links" : {
7
7
"type" : " array" ,
8
- "items" : {"$ref" : " http://json-schema.org/draft-00 /links#" },
8
+ "items" : {"$ref" : " http://json-schema.org/draft-01 /links#" },
9
9
"optional" : true
10
10
},
11
11
64
64
],
65
65
66
66
"fragmentResolution" : " dot-delimited" ,
67
- "extends" : {"$ref" : " http://json-schema.org/draft-00 /schema#" }
67
+ "extends" : {"$ref" : " http://json-schema.org/draft-01 /schema#" }
68
68
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-00 /hyper-schema#" ,
3
- "id" : " http://json-schema.org/draft-00 /json-ref#" ,
2
+ "$schema" : " http://json-schema.org/draft-01 /hyper-schema#" ,
3
+ "id" : " http://json-schema.org/draft-01 /json-ref#" ,
4
4
5
5
"items" : {"$ref" : " #" },
6
6
"additionalProperties" : {"$ref" : " #" },
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-00 /hyper-schema#" ,
3
- "id" : " http://json-schema.org/draft-00 /links#" ,
2
+ "$schema" : " http://json-schema.org/draft-01 /hyper-schema#" ,
3
+ "id" : " http://json-schema.org/draft-01 /links#" ,
4
4
"type" : " object" ,
5
5
6
6
"properties" : {
26
26
27
27
"properties" : {
28
28
"type" : " object" ,
29
- "additionalProperties" : {"$ref" : " http://json-schema.org/draft-00 /hyper-schema#" },
29
+ "additionalProperties" : {"$ref" : " http://json-schema.org/draft-01 /hyper-schema#" },
30
30
"optional" : true
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-00 /hyper-schema#" ,
3
- "id" : " http://json-schema.org/draft-00 /schema#" ,
2
+ "$schema" : " http://json-schema.org/draft-01 /hyper-schema#" ,
3
+ "id" : " http://json-schema.org/draft-01 /schema#" ,
4
4
"type" : " object" ,
5
5
6
6
"properties" : {
You can’t perform that action at this time.
0 commit comments