Rulvar API reference / @rulvar/rulvar / FinishContractCitations
Interface: FinishContractCitations
Defined in: packages/core/dist/index.d.ts
The citation demands of a FinishContractManifest.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
flags? | string | - | packages/core/dist/index.d.ts |
min? | number | Total matches required across the whole result text. | packages/core/dist/index.d.ts |
pattern? | string | Regex source over the result text; default DEFAULT_CITATION_PATTERN. | packages/core/dist/index.d.ts |
perSection? | number | Matches required inside EVERY declared section; requires sections. | packages/core/dist/index.d.ts |
sample? | string | A literal string matching pattern, embedded in the golden fixtures (a regex cannot be sampled mechanically). REQUIRED with a custom pattern; defaults to DEFAULT_CITATION_SAMPLE for the default pattern. Must contain no whitespace and no declared section marker. | packages/core/dist/index.d.ts |