generated from coulomb/repo-seed
Add challenge and exclusion review handling
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
"evidence_refs",
|
||||
"expected",
|
||||
"waiver_ref",
|
||||
"challenge_ref",
|
||||
"exclusion_ref",
|
||||
"policy_ref",
|
||||
"review_status",
|
||||
"remediation"
|
||||
],
|
||||
"properties": {
|
||||
@@ -28,7 +31,10 @@
|
||||
"evidence_refs": { "type": "array", "items": { "type": "string" } },
|
||||
"expected": { "type": "boolean" },
|
||||
"waiver_ref": { "type": ["string", "null"] },
|
||||
"challenge_ref": { "type": ["string", "null"] },
|
||||
"exclusion_ref": { "type": ["string", "null"] },
|
||||
"policy_ref": { "type": ["string", "null"] },
|
||||
"review_status": { "type": "string" },
|
||||
"remediation": { "type": ["string", "null"] }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user