Table of Contents

Class ManifestBase

Namespace
AgentContainers.Core.Models
Assembly
AgentContainers.Core.dll
Common fields shared by all manifest types.
public abstract class ManifestBase
Inheritance
ManifestBase
Derived
Inherited Members

Properties

Description

Human-readable manifest description.
public string Description { get; set; }

Property Value

string

DisplayName

Human-readable name shown in generated docs, catalogs, and logs.
public required string DisplayName { get; set; }

Property Value

string

Id

Stable manifest identifier used in file names, tags, and references.
public required string Id { get; set; }

Property Value

string

Labels

Additional OCI-style or internal labels associated with the manifest.
public Dictionary<string, string> Labels { get; set; }

Property Value

Dictionary<string, string>

Maintainers

Maintainers responsible for the manifest.
public List<Maintainer> Maintainers { get; set; }

Property Value

List<Maintainer>

Version

Schema or manifest version identifier.
public string Version { get; set; }

Property Value

string