diff --git a/content/implementations.html b/content/implementations.html index 7897fae2..c0e1ad39 100644 --- a/content/implementations.html +++ b/content/implementations.html @@ -58,6 +58,7 @@
The above example is by no means definitive of all the types of data JSON schema can define. For more definitive information see the full standard draft.
+The above example is by no means definitive of all the types of data JSON schema can define. For more definitive information see the full standard draft.
As a final example, here's a spec for an array of products, with the products having 2 new properties. The first is a dimensions property for the size of the product, and the second is a warehouseLocation field for where the warehouse that stores them is geographically located.
And also, since JSON Schema defines a reference schema for a geographic location, instead of coming up with our own, we'll reference the canonical one.
diff --git a/implementations.html b/implementations.html index 58ca5d6b..e58c7798 100644 --- a/implementations.html +++ b/implementations.html @@ -2,7 +2,7 @@