Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit ad95bc9

Browse files
committed
fix full standard draft url
1 parent 8e675b2 commit ad95bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3>Are all tags strings?</h3>
211211

212212
<h2>Summary</h2>
213213
<div class="block">
214-
<p>The above example is by no means definitive of all the types of data JSON schema can define. For more definitive information see the <a href="#definitions">full standard draft</a>.</p>
214+
<p>The above example is by no means definitive of all the types of data JSON schema can define. For more definitive information see the <a href="draft-04/schema#definitions">full standard draft</a>.</p>
215215
<p>As a final example, here's a spec for an array of products, with the products having 2 new properties. The first is a <em>dimensions</em> property for the size of the product, and the second is a <em>warehouseLocation</em> field for where the warehouse that stores them is geographically located.</p>
216216
<p>And also, since JSON Schema defines a reference schema for a geographic ___location, instead of coming up with our own, we'll reference the <a href="http://json-schema.org/geo">canonical one</a>.</p>
217217

0 commit comments

Comments
 (0)