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
readonlyartifact: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
readonlyextractor:Extractor
Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:14
The extraction configuration.
id?
readonlyoptionalid?:string
Defined in: packages/core/src/domain/value-objects/metadata-extraction.ts:10
Unique identifier for this extractor entry within the metadataExtraction block.