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
DisplayName
Human-readable name shown in generated docs, catalogs, and logs.
public required string DisplayName { get; set; }
Property Value
Id
Stable manifest identifier used in file names, tags, and references.
public required string Id { get; set; }
Property Value
Labels
Additional OCI-style or internal labels associated with the manifest.
public Dictionary<string, string> Labels { get; set; }
Property Value
Maintainers
Maintainers responsible for the manifest.
public List<Maintainer> Maintainers { get; set; }
Property Value
Version
Schema or manifest version identifier.
public string Version { get; set; }