Expand description
Verdict + ancillary response types per Client spec rev1 §2.4 + App Rev 4 §4.1 Vector verdict shape.
All fields default-tolerant via #[serde(default)] so the SDK can
consume partial responses during cycle-3 → cycle-N spec evolution
without forcing a recompile-and-redeploy on every App-side schema
widening.
Structs§
- Audit
Entry - One audit log entry returned from
GET /v1/customer/audit. - Audit
Response - Response from
GET /v1/customer/audit. - Package
Ref - One package identity for policy-preview / scan requests.
- Policy
Decision - Per-package decision returned from
/v1/customer/policy/previewor embedded in audit entries. - Policy
Preview Request - Body of
POST /v1/customer/policy/preview— packages + optional hypothetical policy override (JSON-shaped; YAML-source customers convert client-side). - Policy
Preview Response - Response from
POST /v1/customer/policy/preview. - Verdict
Verdictmirrors App Rev 4 §4.1Verdictstruct surfaced viaGET /v1/customer/verdicts/{ecosystem}/{package}/{version}.