Skip to main content

Interface: MetadataExtractorEntry

Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:8

Associates an Extractor with a specific artifact ID in the schema. Used within MetadataExtraction to target extractors at specific artifact types (e.g. specs, verify).

Properties

artifact

readonly artifact: string

Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:12

The artifact type ID this extractor targets (e.g. 'specs', 'verify').


extractor

readonly extractor: Extractor

Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:14

The extraction configuration.


id?

readonly optional id?: string

Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:10

Unique identifier for this extractor entry within the metadataExtraction block.