diff --git a/index.html b/index.html index fa9053faf..c34ecd3e0 100644 --- a/index.html +++ b/index.html @@ -1486,7 +1486,7 @@
Data schemas are often useful when enforcing a particular structure on a given collection of data. There are at least two types of data schemas that this -specification contemplates. The first are data validation schemas, which are +specification contemplates. The first are data verification schemas, which are used to verify that the structure and contents of a verifiable credential are conformant to a published schema. The second are data encoding schemas, which are used to map the contents of a @@ -2854,7 +2854,7 @@
The group is currently discussing whether a mechanism should be provided -that enables linkages to JSON Schema or other optional validation mechanisms. +that enables linkages to JSON Schema or other optional verification mechanisms.
proofPurpose
, it MUST exist
@@ -2980,7 +2980,7 @@ created
property establishes a date and time before
-which the credential SHOULD NOT be considered valid. The
+which the credential SHOULD NOT be considered verified. The
creator
property enables the ability to dynamically discover
information about the entity who created the data to ensure that the
public key is not revoked or expired. The proofPurpose
property
diff --git a/terms.html b/terms.html
index a6003eb1f..b76308120 100644
--- a/terms.html
+++ b/terms.html
@@ -136,8 +136,19 @@