@@ -70,10 +70,10 @@ versioning, robustness, and storage diversity.
7070{:.no_toc #completeness}
7171
7272The OCFL recommends storing metadata (this includes all types of metadata; e.g., technical, structural, descriptive,
73- etc.) and the content (e.g., images, text files, etc.) it describes together so the OCFL object can be fully
74- understood in the absence of original software. The OCFL does not make recommendations about what constitutes an
75- object, nor does it assume what type of metadata is needed to fully understand the object, recognizing those
76- decisions may differ from one repository to another. However, it is recommended that when making this decision,
73+ etc.) and the content (e.g., images, text files, etc.) it describes together so the OCFL object can be fully
74+ understood in the absence of original software. The OCFL does not make recommendations about what constitutes an
75+ object, nor does it assume what type of metadata is needed to fully understand the object, recognizing those
76+ decisions may differ from one repository to another. However, it is recommended that when making this decision,
7777implementers consider what is necessary to rebuild the objects from the files stored.
7878
7979#### Parsability
@@ -450,8 +450,8 @@ include the following keys:
450450
451451* `created`: The value of this key is the datetime of creation of this version. It <span id="E049"
452452class="rfc2119">MUST</span> be expressed in the Internet Date/Time Format defined by \[[RFC3339](#ref-rfc3339)\]. This
453- format requires the inclusion of a timezone value or `Z` for UTC, and that the time component be granular to the second
454- level (with optional fractional seconds) .
453+ format requires a time component granular to the second level (with optional fractional seconds) and the inclusion of
454+ either Z as an option to indicate UTC, or a timezone value .
455455
456456* `state`: The value of this key is a JSON object, containing a list of keys and values corresponding to the [logical
457457state](#dfn-logical-state) of the object at that version. The keys of this JSON object are digest values, each of which
0 commit comments