generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
26
docs/schemas/retention-summary.schema.json
Normal file
26
docs/schemas/retention-summary.schema.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user