OCIDescriptor
@Serializable
A descriptor struct containing digest, media type, and size, as defined in the OCI Content Descriptors Specification.
Parameters
media Type
The media type of the object this schema refers to.
digest
The digest of the targeted content.
property Size
The size in bytes of the blob.
urls
List of URLs from which this object MAY be downloaded.
annotations
Arbitrary metadata relating to the targeted content.
`data`
Data is an embedding of the targeted content. This is encoded as a base64 string when marshalled to JSON (automatically, by encoding/json). If present, Data can be used directly to avoid fetching the targeted content.
platform
artifact Type
ArtifactType is the IANA media type of this artifact.