# Functions
FromDescriptors takes a slice of descriptors, and returns a DeserializedManifestList which contains the resulting manifest list and its JSON representation.
FromDescriptorsWithMediaType is for testing purposes, it's useful to be able to specify the media type explicitly.
# Constants
MediaTypeManifestList specifies the mediaType for manifest lists.
# Variables
OCISchemaVersion provides a pre-initialized version structure for this packages OCIschema version of the manifest.
SchemaVersion provides a pre-initialized version structure for this packages version of the manifest.
# Structs
DeserializedManifestList wraps ManifestList with a copy of the original JSON.
A ManifestDescriptor references a platform-specific manifest.
ManifestList references manifests for various platforms.
PlatformSpec specifies a platform where a particular image manifest is applicable.