ResolvedDocumentConfig
Defined in: packages/speculator/src/preprocess/config/types.ts:76
Properties
Section titled “Properties”autoGenerated
Section titled “autoGenerated”autoGenerated:
boolean
Defined in: packages/speculator/src/preprocess/config/types.ts:108
Whether the ID was auto-generated
baseUrl?
Section titled “baseUrl?”
optionalbaseUrl:string
Defined in: packages/speculator/src/preprocess/config/types.ts:93
Base URL for assembling thisVersion when not explicitly set
custom?
Section titled “custom?”
optionalcustom:Record<string,unknown>
Defined in: packages/speculator/src/preprocess/config/types.ts:105
Custom user-defined properties. Highest priority - overwrites both root and respec values.
deps:
string[]
Defined in: packages/speculator/src/preprocess/config/types.ts:81
Dependencies (empty array if none)
id:
string
Defined in: packages/speculator/src/preprocess/config/types.ts:78
Document ID (from config or auto-generated)
lastUpdateDate?
Section titled “lastUpdateDate?”
optionallastUpdateDate:`${number}-${number}-${number}`
Defined in: packages/speculator/src/preprocess/config/types.ts:87
Last update date (core config setting, takes priority over respec.modificationDate)
maturityLevel?
Section titled “maturityLevel?”
optionalmaturityLevel:MaturityLevel
Defined in: packages/speculator/src/preprocess/config/types.ts:90
Maturity level (core config setting, takes priority over mapped respec.specStatus)
noConformance?
Section titled “noConformance?”
optionalnoConformance:boolean
Defined in: packages/speculator/src/preprocess/config/types.ts:96
If true, suppresses the automatic generation of the conformance section.
respec?
Section titled “respec?”
optionalrespec:RawRespecConfig
Defined in: packages/speculator/src/preprocess/config/types.ts:99
Optional ReSpec configuration embedded in config.json
title?
Section titled “title?”
optionaltitle:string
Defined in: packages/speculator/src/preprocess/config/types.ts:84
Document title (core config setting, takes priority over respec.title)