generated from coulomb/repo-seed
Add challenge and exclusion review handling
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user