933 B
933 B
Policy Attestation Prep — PREP-POLICY-ATTEST-74-001
Status: Ready for implementation (2025-11-20) Owners: Policy Guild · Attestor Service Guild Scope: Define policy-engine surface to consume attestation verification results (from 73-002) and expose in reports/notifications.
Requirements
- Add projection schema
PolicyAttestationResultwith fields{ policyId, verificationPolicyId, attestationId, status: passed|failed|pending, verifiedAtUtc, evidenceBundleId?, notes }. - API endpoint
GET /v1/policy/attestations/{policyId}returning paged results; supports filtersstatus,verificationPolicyId. - Timeline/notification hook placeholder (depends on envelope schemas) noted; not required to implement now.
Acceptance criteria
- Schema, endpoint, filters documented with deterministic examples (timestamps
2025-01-01T00:00:00Z). - Status set to DONE once doc published; code follows in dependent tasks.