8000 Fix ExpectedType of containedIn for FileObject in croissant-spec.md by frogcat · Pull Request #852 · mlcommons/croissant · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix ExpectedType of containedIn for FileObject in croissant-spec.md #852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to you 8000 r account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
0