From ce54c20d8d29830c6892e925dd4751bbe796608c Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 18 Jan 2017 12:35:43 -0500 Subject: [PATCH] Use descriptive title in example, fixes #70 --- examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.html b/examples.html index 6b78931b..e804f444 100644 --- a/examples.html +++ b/examples.html @@ -7,7 +7,7 @@

Basic example

Here is a basic example of a JSON Schema:

 {
-	"title": "Example Schema",
+	"title": "Person",
 	"type": "object",
 	"properties": {
 		"firstName": {