OciImageManifest type
Type representing an OCI image manifest (manifest of media type "application/vnd.oci.image.manifest.v1+json"). See the specification at https://github.com/opencontainers/image-spec/blob/main/manifest.md for more information.
type OciImageManifest = {
annotations?: OciAnnotations
artifactType?: string
config: OciDescriptor
layers: OciDescriptor[]
mediaType?: Object
schemaVersion: 2
}