Skip to content

Commit 3625ee3

Browse files
authored
doc: fix example in artifact.md
Fix the example to be a valid JSON object. Signed-off-by: Shiwei Zhang <[email protected]>
1 parent 7fb40e8 commit 3625ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For the media type(s) that this is compatible with see the [matrix](media-types.
4949
```jsonc,title=Manifest&mediatype=application/vnd.oci.artifact.manifest.v1%2Bjson
5050
{
5151
"mediaType": "application/vnd.oci.artifact.manifest.v1+json",
52-
"artifactType": "application/vnd.example.sbom.v1"
52+
"artifactType": "application/vnd.example.sbom.v1",
5353
"blobs": [
5454
{
5555
"mediaType": "application/gzip",

0 commit comments

Comments
 (0)