|
6 | 6 | <body>
|
7 | 7 | <div class="container">
|
8 | 8 | <div class="row">
|
9 |
| - <div class="span10"> |
| 9 | + <div class="span8"> |
10 | 10 | <div class="page-header">
|
11 | 11 | <h1>JSON Schema</h1>
|
12 | 12 | </div>
|
13 | 13 | </div>
|
14 | 14 | </div>
|
15 | 15 | <div class="row">
|
16 |
| - <div class="span10"> |
17 | 16 |
|
| 17 | + <div class="span8"> |
18 | 18 |
|
19 | 19 | <p>Please see the <a href="http://tools.ietf.org/html/draft-zyp-json-schema-03">JSON Schema Internet Draft</a> for the latest specification.
|
20 | 20 | </p>
|
21 | 21 | <p><strong>It went a little side tracked but will be updated soon.</strong></p>
|
22 | 22 | <h3>Schemas</h3>
|
23 | 23 | <p>The following are schemas that are available for referencing:(more to come)
|
24 |
| -<ul> |
25 |
| -<li><a href="schema">Core Meta-Schema</a> - This is the meta-schema definition for schemas themselves (the type/validation part of schemas).</li> |
26 |
| -<li><a href="hyper-schema">Hyper Meta-Schema</a> - This is the extended full meta-schema definition for schemas with link definitions (hyper schemas).</li> |
27 |
| -<li><a href="json-ref">JSON Referencing</a> - This is the schema that defines a generic linking mechanism called JSON referencing (which is used by the meta-schema for links).</li> |
28 |
| -<li><a href="interfaces">JSON Schema Interfaces</a> - This is the meta-schema definition for schemas which define class-style method interfaces for programming languages.</li> |
29 |
| -<li><a href="geo">Geographic Coordinate</a></li> |
30 |
| -<li><a href="card">Card</a> - A schema for microformat style representation of a person, company, organization, or place.</li> |
31 |
| -<li><a href="calendar">Calendar</a> - A schema for microformat style representation of an event.</li> |
32 |
| -<li><a href="address">Address</a> - A schema for microformat style representation of an address.</li> |
33 |
| -</ul> |
| 24 | +<dl class="dl-horizontal span8"> |
| 25 | +<dt><a href="schema">Core Meta-Schema</a> </dt><dd> This is the meta-schema definition for schemas themselves (the type/validation part of schemas).</dd> |
| 26 | +<dt><a href="hyper-schema">Hyper Meta-Schema</a> </dt><dd> This is the extended full meta-schema definition for schemas with link definitions (hyper schemas).</dd> |
| 27 | +<dt><a href="json-ref">JSON Referencing</a> </dt><dd> This is the schema that defines a generic linking mechanism called JSON referencing (which is used by the meta-schema for links).</dd> |
| 28 | +<dt><a href="interfaces">JSON Schema Interfaces</a> </dt><dd> This is the meta-schema definition for schemas which define class-style method interfaces for programming languages.</dd> |
| 29 | +<dt><a href="geo">Geographic Coordinate</a></dt><dd> </dd> |
| 30 | +<dt><a href="card">Card</a> </dt><dd> A schema for microformat style representation of a person, company, organization, or place.</dd> |
| 31 | +<dt><a href="calendar">Calendar</a> </dt><dd> A schema for microformat style representation of an event.</dd> |
| 32 | +<dt><a href="address">Address</a> </dt><dd> A schema for microformat style representation of an address.</dd> |
| 33 | +</dl> |
34 | 34 | </p>
|
35 | 35 | <h3>Tools</h3>
|
36 | 36 | <p>A list of JSON Schema implementations can be found <a href="implementations.html">here</a>.</p>
|
|
0 commit comments