pub type ManifestInspect = Schema2ListPublic;
Expand description
This is publicly visible as c/image/manifest.Schema2List. Internal users should usually use Schema2List instead.
Aliased Type§
pub struct ManifestInspect {
pub manifests: Option<Vec<Schema2ManifestDescriptor>>,
pub media_type: Option<String>,
pub schema_version: Option<i64>,
}
Fields§
§manifests: Option<Vec<Schema2ManifestDescriptor>>
§media_type: Option<String>
§schema_version: Option<i64>