Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/croissant-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ In addition, `FileObject` defines the following property:
</thead>
<tr>
<td>containedIn</td>
<td><a href="http://schema.org/Text">Text</a></td>
<td>Reference</td>
<td>MANY</td>
<td>Another <code>FileObject</code> or <code>FileSet</code> that this one is contained in, e.g., in the case of a file extracted from an archive. When this property is present, the <code>contentUrl</code> is evaluated as a relative path within the container object.</td>
</tr>
Expand Down
Loading