expectation/waiver policy layer
This commit is contained in:
parent
5a6091fd2a
commit
4f8d8a1f52
13 changed files with 313 additions and 3 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"source_lock",
|
||||
"summary",
|
||||
"mapping_summary",
|
||||
"policy_summary",
|
||||
"findings",
|
||||
"evidence_refs",
|
||||
"artifact_manifest",
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
"source_lock": { "type": "object" },
|
||||
"summary": { "type": "object" },
|
||||
"mapping_summary": { "type": "object" },
|
||||
"policy_summary": { "type": "object" },
|
||||
"findings": { "type": "array", "items": { "type": "object" } },
|
||||
"evidence_refs": { "type": "array", "items": { "type": "string" } },
|
||||
"artifact_manifest": { "type": "array", "items": { "type": "object" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue