API Reference / CitationAudit · interface
Interface: CitationAudit
The result of auditCitations.
Properties
| Property | Type | Description |
|---|---|---|
<a id="cited"></a> cited | number | Claims that cited at least one fact. |
<a id="claims"></a> claims | number | Total claims examined. |
<a id="ok"></a> ok | boolean | True when every cited id resolves to a fact in the context. |
<a id="uncited"></a> uncited | number | Claims with no citation. |
<a id="unknown"></a> unknown | string[] | Distinct cited ids with no matching atom -- invented provenance. |
<a id="valid"></a> valid | string[] | Distinct cited ids that resolve to a real atom. |