Class CapabilitySpecification
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class CapabilitySpecification
- Inheritance
-
CapabilitySpecification
- Inherited Members
-
Properties
Actors
public IList<string> Actors { get; init; }
Property Value
- IList<string>
ApiVersion
public string ApiVersion { get; set; }
Property Value
- string
Dependencies
public IList<string> Dependencies { get; init; }
Property Value
- IList<string>
Description
public string Description { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
Kind
public string Kind { get; set; }
Property Value
- string
Maturity
public string Maturity { get; set; }
Property Value
- string
public CapabilityMetadata Metadata { get; set; }
Property Value
- CapabilityMetadata
Name
public string Name { get; set; }
Property Value
- string
public IList<string> RelatedUseCases { get; init; }
Property Value
- IList<string>
Status
public string Status { get; set; }
Property Value
- string
Trace
public CapabilityTraceability Trace { get; set; }
Property Value
- CapabilityTraceability
Version
public int Version { get; set; }
Property Value
- int