generated from coulomb/repo-seed
27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "Guide Board Retention Summary",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"id",
|
|
"run_id",
|
|
"target_profile_ref",
|
|
"assessment_profile_ref",
|
|
"created_at",
|
|
"summary",
|
|
"report_refs",
|
|
"artifact_retention"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "string" },
|
|
"run_id": { "type": "string" },
|
|
"target_profile_ref": { "type": "string" },
|
|
"assessment_profile_ref": { "type": "string" },
|
|
"created_at": { "type": "string" },
|
|
"summary": { "type": "object" },
|
|
"report_refs": { "type": "array", "items": { "type": "string" } },
|
|
"artifact_retention": { "type": "object" }
|
|
}
|
|
}
|