Table of Contents

Class AiCatalogValidator

Namespace
SpecWorks.AiCatalog.Validation
Assembly
SpecWorks.AiCatalog.dll

Validates SpecWorks.AiCatalog instances against the AI Card specification conformance levels.

public static class AiCatalogValidator
Inheritance
object
AiCatalogValidator

Methods

Validate(AiCatalog)

Validates a catalog and auto-detects the highest conformance level.

public static ValidationResult Validate(AiCatalog catalog)

Parameters

catalog AiCatalog

Returns

ValidationResult

Validate(AiCatalog, ConformanceLevel)

Validates a catalog against a specific conformance level.

public static ValidationResult Validate(AiCatalog catalog, ConformanceLevel level)

Parameters

catalog AiCatalog
level ConformanceLevel

Returns

ValidationResult