2
2
3
3
4
4
Internet Engineering Task Force fge. Galiegue
5
- Internet-Draft January 21 , 2013
5
+ Internet-Draft January 25 , 2013
6
6
Intended status: Informational
7
- Expires: July 25 , 2013
7
+ Expires: July 29 , 2013
8
8
9
9
10
10
JSON Schema: core definitions and terminology
@@ -34,7 +34,7 @@ Status of This Memo
34
34
time. It is inappropriate to use Internet-Drafts as reference
35
35
material or to cite them other than as "work in progress."
36
36
37
- This Internet-Draft will expire on July 25 , 2013.
37
+ This Internet-Draft will expire on July 29 , 2013.
38
38
39
39
Copyright Notice
40
40
@@ -52,7 +52,7 @@ Copyright Notice
52
52
53
53
54
54
55
- Galiegue Expires July 25 , 2013 [Page 1]
55
+ Galiegue Expires July 29 , 2013 [Page 1]
56
56
57
57
Internet-Draft JSON Schema January 2013
58
58
@@ -108,7 +108,7 @@ Table of Contents
108
108
109
109
110
110
111
- Galiegue Expires July 25 , 2013 [Page 2]
111
+ Galiegue Expires July 29 , 2013 [Page 2]
112
112
113
113
Internet-Draft JSON Schema January 2013
114
114
@@ -150,7 +150,7 @@ Internet-Draft JSON Schema January 2013
150
150
151
151
A JSON Schema is a JSON document, and that document MUST be an
152
152
object. Object members (or properties) defined by JSON Schema (this
153
- specification, or related specifcations ) are called keywords, or
153
+ specification, or related specifications ) are called keywords, or
154
154
schema keywords.
155
155
156
156
A JSON Schema MAY contain properties which are not schema keywords.
@@ -164,7 +164,7 @@ Internet-Draft JSON Schema January 2013
164
164
165
165
166
166
167
- Galiegue Expires July 25 , 2013 [Page 3]
167
+ Galiegue Expires July 29 , 2013 [Page 3]
168
168
169
169
Internet-Draft JSON Schema January 2013
170
170
@@ -220,7 +220,7 @@ Internet-Draft JSON Schema January 2013
220
220
221
221
222
222
223
- Galiegue Expires July 25 , 2013 [Page 4]
223
+ Galiegue Expires July 29 , 2013 [Page 4]
224
224
225
225
Internet-Draft JSON Schema January 2013
226
226
@@ -276,14 +276,14 @@ Internet-Draft JSON Schema January 2013
276
276
277
277
278
278
279
- Galiegue Expires July 25 , 2013 [Page 5]
279
+ Galiegue Expires July 29 , 2013 [Page 5]
280
280
281
281
Internet-Draft JSON Schema January 2013
282
282
283
283
284
284
collect JSON data and check that this data matches a given set of
285
285
constraints; another application may use a JSON Schema to build an
286
- interactve interface in order to collect user input according to
286
+ interactive interface in order to collect user input according to
287
287
constraints described by JSON Schema.
288
288
289
289
4.2. Hypermedia and linking
@@ -332,7 +332,7 @@ Internet-Draft JSON Schema January 2013
332
332
333
333
334
334
335
- Galiegue Expires July 25 , 2013 [Page 6]
335
+ Galiegue Expires July 29 , 2013 [Page 6]
336
336
337
337
Internet-Draft JSON Schema January 2013
338
338
@@ -388,13 +388,13 @@ Internet-Draft JSON Schema January 2013
388
388
389
389
390
390
391
- Galiegue Expires July 25 , 2013 [Page 7]
391
+ Galiegue Expires July 29 , 2013 [Page 7]
392
392
393
393
Internet-Draft JSON Schema January 2013
394
394
395
395
396
396
"http://json-schema.org/draft-04/schema#" (JSON Schema written
397
- against against JSON Schema, draft v4 -- this version);
397
+ against JSON Schema, draft v4 -- this version);
398
398
399
399
"http://json-schema.org/draft-04/hyper-schema#" (JSON Schema
400
400
hyperschema written against JSON Schema, draft v4 -- this
@@ -444,7 +444,7 @@ Internet-Draft JSON Schema January 2013
444
444
445
445
446
446
447
- Galiegue Expires July 25 , 2013 [Page 8]
447
+ Galiegue Expires July 29 , 2013 [Page 8]
448
448
449
449
Internet-Draft JSON Schema January 2013
450
450
@@ -493,14 +493,14 @@ Internet-Draft JSON Schema January 2013
493
493
494
494
#/schema2 http://x.y.z/otherschema.json#
495
495
496
- #/schema2/nested http://x.y.z/rootschema .json#bar
496
+ #/schema2/nested http://x.y.z/otherschema .json#bar
497
497
498
498
499
499
500
500
501
501
502
502
503
- Galiegue Expires July 25 , 2013 [Page 9]
503
+ Galiegue Expires July 29 , 2013 [Page 9]
504
504
505
505
Internet-Draft JSON Schema January 2013
506
506
@@ -556,7 +556,7 @@ Internet-Draft JSON Schema January 2013
556
556
557
557
558
558
559
- Galiegue Expires July 25 , 2013 [Page 10]
559
+ Galiegue Expires July 29 , 2013 [Page 10]
560
560
561
561
Internet-Draft JSON Schema January 2013
562
562
@@ -593,7 +593,7 @@ Internet-Draft JSON Schema January 2013
593
593
594
594
Extended JSON References using fragments which are not JSON Pointers
595
595
are not dereferenceable by implementations choosing not to support
596
- inline dereferencing. This addressing mechanism is defined for
596
+ inline dereferencing. This kind of reference is defined for
597
597
backwards compatibility, and SHOULD NOT be used in new schemas.
598
598
599
599
8. Recommended correlation mechanisms for use with the HTTP protocol
@@ -612,7 +612,7 @@ Internet-Draft JSON Schema January 2013
612
612
613
613
614
614
615
- Galiegue Expires July 25 , 2013 [Page 11]
615
+ Galiegue Expires July 29 , 2013 [Page 11]
616
616
617
617
Internet-Draft JSON Schema January 2013
618
618
@@ -668,7 +668,7 @@ Internet-Draft JSON Schema January 2013
668
668
669
669
670
670
671
- Galiegue Expires July 25 , 2013 [Page 12]
671
+ Galiegue Expires July 29 , 2013 [Page 12]
672
672
673
673
Internet-Draft JSON Schema January 2013
674
674
@@ -724,5 +724,5 @@ Author's Address
724
724
725
725
726
726
727
- Galiegue Expires July 25 , 2013 [Page 13]
727
+ Galiegue Expires July 29 , 2013 [Page 13]
728
728
0 commit comments