Skip to content

Commit 5240cda

Browse files
authored
Using IANA types in example (#19)
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent ba413fa commit 5240cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descriptor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ In the following example, the descriptor indicates the type of artifact it is re
205205

206206
```json,title=Content%20Descriptor&mediatype=application/vnd.oci.descriptor.v1%2Bjson
207207
{
208-
"mediaType": "application/vnd.icecream.flavor",
208+
"mediaType": "application/vnd.oci.artifact.manifest.v1+json",
209209
"size": 123,
210210
"digest": "sha256:87923725d74f4bfb94c9e86d64170f7521aad8221a5de834851470ca142da630",
211-
"artifactType": "icecream_flavor"
211+
"artifactType": "application/vnd.example.sbom.v1"
212212
}
213213
```
214214

0 commit comments

Comments
 (0)