generated from coulomb/repo-seed
http service with health, extension listing, profile validation, run planning, async run jobs, job inspection, and report retrieval
This commit is contained in:
43
extensions/_template/evidence-request-set.json
Normal file
43
extensions/_template/evidence-request-set.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"id": "replace-with-request-set-id",
|
||||
"extension_id": "replace-with-extension-id",
|
||||
"framework_refs": [
|
||||
"replace-with-framework-id"
|
||||
],
|
||||
"source_boundary": {
|
||||
"official_sources": [
|
||||
"https://example.invalid/official-source-or-reference"
|
||||
],
|
||||
"interpretation_owner": "replace-with-owner",
|
||||
"redistribution_policy": "Do not copy restricted standard text into this file; use stable IDs and user-held licensed material.",
|
||||
"certification_boundary": "This evidence request set supports assessment preparation only."
|
||||
},
|
||||
"evidence_requests": [
|
||||
{
|
||||
"id": "request-001",
|
||||
"title": "Replace With Evidence Request Title",
|
||||
"requirement_refs": [
|
||||
"replace-with-requirement-ref"
|
||||
],
|
||||
"request_type": "document",
|
||||
"description": "Describe the evidence needed without reproducing restricted standard text.",
|
||||
"requested_artifacts": [
|
||||
"policy document",
|
||||
"review record"
|
||||
],
|
||||
"review_roles": [
|
||||
"control owner",
|
||||
"assessor"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
"Artifact is current for the assessment period.",
|
||||
"Owner and review date are identifiable."
|
||||
],
|
||||
"confidentiality": "internal",
|
||||
"renewal": {
|
||||
"freshness": "per assessment cycle",
|
||||
"review_interval_days": 365
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user