Interface: GovernanceReconciliation
Defined in: src/types/models/governance.ts:369
Governance reconciliation record.
Remarks
Links between Chive entities and external knowledge bases. Records how entities were matched and verified.
Properties
chiveEntityUri
readonlychiveEntityUri:AtUri
Defined in: src/types/models/governance.ts:383
AT URI of the Chive entity being reconciled.
cid
readonlycid:CID
Defined in: src/types/models/governance.ts:378
CID of this record version.
createdAt
readonlycreatedAt:Timestamp
Defined in: src/types/models/governance.ts:418
Record creation timestamp.
evidence
readonlyevidence: readonlyReconciliationEvidence[]
Defined in: src/types/models/governance.ts:398
Evidence supporting this reconciliation.
externalEntity
readonlyexternalEntity:ExternalSource
Defined in: src/types/models/governance.ts:388
External entity reference.
lastSyncedAt?
readonlyoptionallastSyncedAt:Timestamp
Defined in: src/types/models/governance.ts:423
Last external sync timestamp.
reconciliationMethod
readonlyreconciliationMethod:"automatic"|"expert-validation"|"community-vote"
Defined in: src/types/models/governance.ts:393
Reconciliation method used.
sourcePds
readonlysourcePds:string
Defined in: src/types/models/governance.ts:413
Source PDS URL.
status
readonlystatus:"verified"|"unverified"|"disputed"
Defined in: src/types/models/governance.ts:403
Verification status.
uri
readonlyuri:AtUri
Defined in: src/types/models/governance.ts:373
AT URI of the reconciliation record.
verifiedBy?
readonlyoptionalverifiedBy: readonlyDID[]
Defined in: src/types/models/governance.ts:408
DIDs of editors who verified this reconciliation.