OciImageManifest type
Type dat een OCI-installatiekopieƫnmanifest vertegenwoordigt (manifest van het mediatype 'application/vnd.oci.image.manifest.v1+json'). Zie de specificatie op https://github.com/opencontainers/image-spec/blob/main/manifest.md voor meer informatie.
type OciImageManifest = {
annotations?: OciAnnotations
artifactType?: string
config: OciDescriptor
layers: OciDescriptor[]
mediaType?: Object
schemaVersion: 2
}