OciBlob
Content-addressable storage for image layers, configurations, and other artifact data
type OciBlob {
  mediaType: String!
  digest: String!
  size: Int!
  annotations: [OciAnnotation]
}
Fields
OciBlob.mediaType ● String! non-null scalar
The media type of this blob (e.g., application/vnd.oci.image.layer.v1.tar+gzip)
OciBlob.digest ● String! non-null scalar
Content-addressable identifier of the blob content (e.g., sha256:abcd...)
OciBlob.size ● Int! non-null scalar
Size of the blob in bytes
OciBlob.annotations ● [OciAnnotation] list object
Optional key-value pairs providing additional metadata
Member Of
OciManifest  object