Interface: AttestationDto
@kortexya/reasoninglayer / Oversight / AttestationDto
Interface: AttestationDto
Defined in: src/types/oversight.ts:126
Individual constraint attestation within a certificate.
Properties
constraintHash
constraintHash:
string
Defined in: src/types/oversight.ts:136
Hash of the constraint definition.
constraintId
constraintId:
string
Defined in: src/types/oversight.ts:128
Constraint identifier (e.g., layer name).
constraintType
constraintType:
string
Defined in: src/types/oversight.ts:130
Constraint type (e.g., “temporal”, “resource”, “tool_contract”).
satisfied
satisfied:
boolean
Defined in: src/types/oversight.ts:132
Whether the constraint is satisfied.
verificationDetails
verificationDetails:
string
Defined in: src/types/oversight.ts:134
Human-readable verification description.