Skip to content

Commit

Permalink
Fixed: Clarify path separators used in the inventory
Browse files Browse the repository at this point in the history
Fixes #219
  • Loading branch information
ahankinson committed Dec 5, 2018
1 parent 7218d90 commit 3eb1827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ <h2>Inventory</h2>
<code>inventory.json</code>. The order of entries in both the [[JSON]] objects and arrays used in inventory
files has no significance.
</p>
<p>
The forward slash (/) path separator MUST be used in existing and logical file paths in the manifest,
fixity, and state blocks within the inventory. Implementations that target systems using other separators
will need to translate paths appropriately.
</p>
<blockquote class="informative">
<p>
Non-normative note: A [[JSON-Schema]] for validating OCFL Object Inventory files is provided at
Expand Down

0 comments on commit 3eb1827

Please sign in to comment.