Add challenge and exclusion review handling
This commit is contained in:
parent
c8ac42154c
commit
b1dff0440d
16 changed files with 644 additions and 21 deletions
|
|
@ -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"] }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue