Skip to content

dsdk / v1.47 / OCIDescriptor

Type Alias: OCIDescriptor ​

OCIDescriptor: object

A descriptor struct containing digest, media type, and size, as defined in the OCI Content Descriptors Specification.

Type declaration ​

NameTypeDescription
digest?stringThe digest of the targeted content.
mediaType?stringThe media type of the object this schema refers to.
size?numberThe size in bytes of the blob.