From b5664e7d72d710b2623a4e70d783139f5eb4dc1f Mon Sep 17 00:00:00 2001 From: Yuzo Matsuzawa Date: Wed, 16 Apr 2025 12:05:19 +0900 Subject: [PATCH] Update croissant-spec.md Fix ExpectedType of containedIn for FileObject in croissant-spec.md --- docs/croissant-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/croissant-spec.md b/docs/croissant-spec.md index 43e7837f0..33c45ebff 100644 --- a/docs/croissant-spec.md +++ b/docs/croissant-spec.md @@ -647,7 +647,7 @@ In addition, `FileObject` defines the following property: containedIn - Text + Reference MANY Another FileObject or FileSet that this one is contained in, e.g., in the case of a file extracted from an archive. When this property is present, the contentUrl is evaluated as a relative path within the container object.