Skip to content

Commit 2d7a5e7

Browse files
authored
Merge pull request #59 from CloudNativeAI/add-media-type-untested-anno
feat: add untested media type annotation to annotations.md
2 parents 0b2e9a2 + f8079e3 commit 2d7a5e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/annotations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This property contains arbitrary metadata, and SHOULD follow the rules of [OCI i
1010

1111
- **`org.cnai.model.file.metadata+json`**: Specifies the metadata of the file (string), value is the JSON string of [File Metadata Annotation Value](#File-Metadata-Annotation-Value).
1212

13+
- **`org.cnai.model.file.mediatype.untested`**: Indicates whether the media type classification of files in the layer is untested (string). Valid values are `"true"` or `"false"`. When set to `"true"`, it signals that the model packager has not verified the media type classification and the type is inferred or assumed based on some heuristics.
14+
1315
### Layer Annotation Values
1416

1517
#### File Metadata Annotation Value

0 commit comments

Comments
 (0)