diff --git a/examples/docs/README.md b/examples/docs/README.md
index a5ba12c72bd1947e5d52a5e8b617e779b3675647..a28cb28dd789620dd8f1d50f3bdd53ac925b2f7f 100644
--- a/examples/docs/README.md
+++ b/examples/docs/README.md
@@ -8,7 +8,7 @@
 
 * [Abstract](./abstract.schema.md) – `https://example.com/schemas/abstract`
 * [Arrays](./arrays.schema.md) – `https://example.com/schemas/arrays`
-* [Enumerated ](./complex.schema.md) – `https://example.com/schemas/complex`
+* [Complex References ](./complex.schema.md) – `https://example.com/schemas/complex`
 * [Constant Types](./constants.schema.md) – `https://example.com/schemas/constants`
 * [Custom](./custom.schema.md) – `https://example.com/schemas/custom`
 * [Deeply Extending](./deepextending.schema.md) – `https://example.com/schemas/deepextending`
diff --git a/examples/docs/complex.schema.md b/examples/docs/complex.schema.md
index 114ef9005ea2e31cff8aaa4e4bf7e4286fa78332..22986d72d83ac3a71f4fbb03dd2afd155db1141d 100644
--- a/examples/docs/complex.schema.md
+++ b/examples/docs/complex.schema.md
@@ -3,7 +3,7 @@ template: reference
 foo: bar
 ---
 
-# Enumerated  Schema
+# Complex References  Schema
 
 ```
 https://example.com/schemas/complex
@@ -17,16 +17,16 @@ This is an example schema that uses types defined in other schemas.
 
 ## Schema Hierarchy
 
-* Enumerated  `https://example.com/schemas/complex`
+* Complex References  `https://example.com/schemas/complex`
   * [Abstract](abstract.schema.md) `https://example.com/schemas/abstract`
   * [Simple](simple.schema.md) `https://example.com/schemas/simple`
 
-# Enumerated  Properties
+# Complex References  Properties
 
 | Property | Type | Required | Defined by |
 |----------|------|----------|------------|
-| [refabstract](#refabstract) | complex | **Required** | Enumerated  (this schema) |
-| [refnamed](#refnamed) | complex | Optional | Enumerated  (this schema) |
+| [refabstract](#refabstract) | complex | **Required** | Complex References  (this schema) |
+| [refnamed](#refnamed) | complex | Optional | Complex References  (this schema) |
 
 ## refabstract
 
diff --git a/examples/generated-schemas/complex.schema.json b/examples/generated-schemas/complex.schema.json
index c11dfd00f14db7c799fa8e0835a82fb7e9397f18..83d891bff9f5111a5ab86a2719d59a5e7de28d48 100644
--- a/examples/generated-schemas/complex.schema.json
+++ b/examples/generated-schemas/complex.schema.json
@@ -7,7 +7,7 @@
     ],
     "$schema": "http://json-schema.org/draft-06/schema#",
     "$id": "https://example.com/schemas/complex",
-    "title": "Enumerated ",
+    "title": "Complex References ",
     "type": "object",
     "description": "This is an example schema that uses types defined in other schemas.",
     "properties": {