diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index 817a9410..f2934414 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -666,9 +666,6 @@
preferably be short, whereas a description will provide explanation about
the purpose of the instance described by this schema.
-
- Both of these keywords MAY be used in root schemas, and in any subschemas.
-
@@ -680,8 +677,22 @@
particular schema. It is RECOMMENDED that a default value be valid against
the associated schema.
+
+
+
+
+ The value of this keyword MUST be an array.
+ There are no restrictions placed on the values within the array.
+
+
+ This keyword can be used to provide sample JSON values associated with a
+ particular schema, for the purpose of illustrating usage. It is
+ RECOMMENDED that these values be valid against the associated schema.
+
- This keyword MAY be used in root schemas, and in any subschemas.
+ Implementations MAY use the value of "default", if present, as
+ an additional example. If "examples" is absent, "default"
+ MAY still be used in this manner.