Skip to content

Commit 2072fee

Browse files
committed
Draft 01: draft-zyp-json-schema-01
2 parents 7ea575a + d5c2f29 commit 2072fee

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

hyper-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
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#",
44

55
"properties" : {
66
"links" : {
77
"type" : "array",
8-
"items" : {"$ref" : "http://json-schema.org/draft-00/links#"},
8+
"items" : {"$ref" : "http://json-schema.org/draft-01/links#"},
99
"optional" : true
1010
},
1111

@@ -64,5 +64,5 @@
6464
],
6565

6666
"fragmentResolution" : "dot-delimited",
67-
"extends" : {"$ref" : "http://json-schema.org/draft-00/schema#"}
67+
"extends" : {"$ref" : "http://json-schema.org/draft-01/schema#"}
6868
}

json-ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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#",
44

55
"items" : {"$ref" : "#"},
66
"additionalProperties" : {"$ref" : "#"},

jsonschema.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?rfc subcompact="no"?>
2020
<?rfc strict="no"?>
2121
<?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">
2323

2424
<front>
2525
<!--
@@ -863,6 +863,19 @@ instead of numbers</t>
863863
-->
864864

865865
<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+
866879
</section>
867880

868881
<section title="Open Issues">

links.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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#",
44
"type" : "object",
55

66
"properties" : {
@@ -26,7 +26,7 @@
2626

2727
"properties" : {
2828
"type" : "object",
29-
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-00/hyper-schema#"},
29+
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-01/hyper-schema#"},
3030
"optional" : true
3131
}
3232
}

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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#",
44
"type" : "object",
55

66
"properties" : {

0 commit comments

Comments
 (0)