Add challenge and exclusion review handling
This commit is contained in:
parent
c8ac42154c
commit
b1dff0440d
16 changed files with 644 additions and 21 deletions
|
|
@ -17,6 +17,8 @@
|
|||
"evidence_refs",
|
||||
"artifact_manifest",
|
||||
"waivers",
|
||||
"challenges",
|
||||
"exclusions",
|
||||
"certification_boundary",
|
||||
"created_at"
|
||||
],
|
||||
|
|
@ -34,6 +36,8 @@
|
|||
"evidence_refs": { "type": "array", "items": { "type": "string" } },
|
||||
"artifact_manifest": { "type": "array", "items": { "type": "object" } },
|
||||
"waivers": { "type": "array", "items": { "type": "object" } },
|
||||
"challenges": { "type": "array", "items": { "type": "object" } },
|
||||
"exclusions": { "type": "array", "items": { "type": "object" } },
|
||||
"certification_boundary": { "type": "string" },
|
||||
"created_at": { "type": "string" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue