generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
30
docs/schemas/run-plan.schema.json
Normal file
30
docs/schemas/run-plan.schema.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "Guide Board Run Plan",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"id",
|
||||
"assessment_profile_snapshot",
|
||||
"target_profile_snapshot",
|
||||
"extension_snapshots",
|
||||
"source_lock",
|
||||
"profile_paths",
|
||||
"ordered_steps",
|
||||
"credential_refs",
|
||||
"artifact_policy",
|
||||
"runtime_policy"
|
||||
],
|
||||
"properties": {
|
||||
"id": { "type": "string" },
|
||||
"assessment_profile_snapshot": { "type": "object" },
|
||||
"target_profile_snapshot": { "type": "object" },
|
||||
"extension_snapshots": { "type": "array", "items": { "type": "object" } },
|
||||
"source_lock": { "type": "object" },
|
||||
"profile_paths": { "type": "object" },
|
||||
"ordered_steps": { "type": "array", "items": { "type": "object" } },
|
||||
"credential_refs": { "type": "array", "items": { "type": "string" } },
|
||||
"artifact_policy": { "type": "object" },
|
||||
"runtime_policy": { "type": "object" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user