File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
< p > < b > JSON Schema</ b > is a vocabulary that allows you to < b > annotate</ b > and < b > validate</ b > JSON documents.</ p >
8
8
9
9
< h2 > Advantages</ h2 >
10
- < div class ="block ">
10
+ < div class ="block " style =" float:left;width:50%; " >
11
11
< h3 > JSON Schema</ h3 >
12
12
< ul >
13
13
< li > describes your existing data format</ li >
@@ -19,13 +19,16 @@ <h3>JSON Schema</h3>
19
19
</ ul >
20
20
</ li >
21
21
</ ul >
22
+ </ div >
23
+ < div class ="block " style ="float:right;width:50%; ">
22
24
< h3 > JSON Hyper-Schema</ h3 >
23
25
< ul >
24
26
< li > describes your existing API - no new structures required</ li >
25
27
< li > links (including < a href ="http://tools.ietf.org/html/rfc6570 "> URI Templates</ a > for target URIs)</ li >
26
28
< li > forms - specify a JSON Schema for the desired data</ li >
27
29
</ ul >
28
30
</ div >
31
+ < div style ="clear:both "> </ div >
29
32
30
33
31
34
< h2 > Quickstart</ h2 >
You can’t perform that action at this time.
0 commit comments