Skip to content

Commit 4503460

Browse files
committed
Tweaks n stuff
1 parent b71493b commit 4503460

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
<body>
77
<div class="container">
88
<div class="row">
9-
<div class="span10">
9+
<div class="span8">
1010
<div class="page-header">
1111
<h1>JSON Schema</h1>
1212
</div>
1313
</div>
1414
</div>
1515
<div class="row">
16-
<div class="span10">
1716

17+
<div class="span8">
1818

1919
<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.
2020
</p>
2121
<p><strong>It went a little side tracked but will be updated soon.</strong></p>
2222
<h3>Schemas</h3>
2323
<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>&nbsp;</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>
3434
</p>
3535
<h3>Tools</h3>
3636
<p>A list of JSON Schema implementations can be found <a href="implementations.html">here</a>.</p>

lib/bootstrap-min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)