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": {