Skip to main content

Interface: SpecValidationEntry

Defined in: packages/core/src/application/use-cases/validate-specs.ts:23

Validation result for a single spec.

Properties

failures

readonly failures: ValidationFailure[]

Defined in: packages/core/src/application/use-cases/validate-specs.ts:29

All validation failures for this spec.


passed

readonly passed: boolean

Defined in: packages/core/src/application/use-cases/validate-specs.ts:27

true if all artifacts pass validation.


spec

readonly spec: string

Defined in: packages/core/src/application/use-cases/validate-specs.ts:25

Qualified label workspace:path.


warnings

readonly warnings: ValidationWarning[]

Defined in: packages/core/src/application/use-cases/validate-specs.ts:31

All validation warnings for this spec.