# Functions
FromStruct takes a Manifest structure, marshals it to JSON, and returns a DeserializedManifest which contains the manifest and its JSON representation.
NewManifestBuilder is used to build new manifests for the current schema version.
# Constants
MediaTypeConfig specifies the mediaType for the image configuration.
MediaTypeForeignLayer is the mediaType used for layers that must be downloaded from foreign URLs.
MediaTypeLayer is the mediaType used for layers referenced by the manifest.
MediaTypeManifest specifies the mediaType for the current version.
MediaTypePluginConfig specifies the mediaType for plugin configuration.
# Variables
SchemaVersion provides a pre-initialized version structure for this packages version of the manifest.
# Structs
DeserializedManifest wraps Manifest with a copy of the original JSON.
Manifest defines a schema2 manifest.