requirement refs map to capability groups
This commit is contained in:
parent
0b90004a6e
commit
5a6091fd2a
12 changed files with 331 additions and 5 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"extensions",
|
||||
"source_lock",
|
||||
"summary",
|
||||
"mapping_summary",
|
||||
"findings",
|
||||
"evidence_refs",
|
||||
"artifact_manifest",
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
"extensions": { "type": "array", "items": { "type": "object" } },
|
||||
"source_lock": { "type": "object" },
|
||||
"summary": { "type": "object" },
|
||||
"mapping_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