generated from coulomb/repo-seed
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "Guide Board Assessment Package",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"id",
|
|
"run_id",
|
|
"target",
|
|
"frameworks",
|
|
"extensions",
|
|
"source_lock",
|
|
"summary",
|
|
"mapping_summary",
|
|
"policy_summary",
|
|
"findings",
|
|
"evidence_refs",
|
|
"artifact_manifest",
|
|
"waivers",
|
|
"challenges",
|
|
"exclusions",
|
|
"report_fragments",
|
|
"certification_boundary",
|
|
"created_at"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "string" },
|
|
"run_id": { "type": "string" },
|
|
"target": { "type": "object" },
|
|
"frameworks": { "type": "array", "items": { "type": "object" } },
|
|
"extensions": { "type": "array", "items": { "type": "object" } },
|
|
"source_lock": { "type": "object" },
|
|
"summary": { "type": "object" },
|
|
"mapping_summary": { "type": "object" },
|
|
"policy_summary": { "type": "object" },
|
|
"findings": { "type": "array", "items": { "type": "object" } },
|
|
"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" } },
|
|
"report_fragments": { "type": "array", "items": { "type": "object" } },
|
|
"certification_boundary": { "type": "string" },
|
|
"created_at": { "type": "string" }
|
|
}
|
|
}
|