generated from coulomb/repo-seed
31 lines
968 B
JSON
31 lines
968 B
JSON
{
|
|
"$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" }
|
|
}
|
|
}
|