From 4781bcb6c685d7e0ad6e8163591ba10d850d392b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 23 Feb 2017 10:18:58 -0500 Subject: [PATCH] Use descriptive title in example, fixes #70 --- latest/json-schema-core.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/json-schema-core.html b/latest/json-schema-core.html index 08893344..ca5ae5cf 100644 --- a/latest/json-schema-core.html +++ b/latest/json-schema-core.html @@ -588,9 +588,9 @@

4.5. Root schema and sub
 
 {
-    "title": "root",
+    "title": "Some gnomes",
     "items": {
-        "title": "array item"
+        "title": "A gnome"
     }
 }