Inquirium Model Package Install Plan v1¶
Source schema: doc/schemas/inquirium.model-package.install-plan.v1.schema.json
Deterministic and inert preview of model-package installation work; this contract cannot report executed effects.
Governing Basis¶
doc/project/40-proposals/064-inquirium-implementation-recommendations.mddoc/project/40-proposals/066-inquirium-assistant-channel.md
Project Lineage¶
Requirements¶
doc/project/50-requirements/requirements-006-node-networking-mvp.mddoc/project/50-requirements/requirements-010-middleware-executor.mddoc/project/50-requirements/requirements-011-dator-arca-contracts.mddoc/project/50-requirements/requirements-014-resource-opinions.md
Stories¶
doc/project/30-stories/story-001-swarm-node-onboarding.mddoc/project/30-stories/story-004-pod-client-onboarding.mddoc/project/30-stories/story-005-whisper-rumor-intake.mddoc/project/30-stories/story-006-buyer-node-components.mddoc/project/30-stories/story-006-voluntary-swarm-exchange.mddoc/project/30-stories/story-007-settlement-capable-node.mddoc/project/30-stories/story-008-cool-site-comment.mddoc/project/30-stories/story-009-bielik-blog-arca.md
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: inquirium.model-package.install-plan.v1 |
|
schema/v |
yes |
const: 1 |
|
plan/ref |
yes |
string | |
package/ref |
yes |
string | |
manifest/digest |
yes |
string | |
target-profile/ref |
yes |
string | |
status |
yes |
enum: ready, blocked |
|
blockers |
yes |
array | |
steps |
yes |
array | |
effects/executed |
yes |
const: False |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
digest |
string | |
assetRef |
string | |
blocker |
object | |
step |
object |
Conditional Rules¶
Rule 1¶
When:
{
"properties": {
"status": {
"const": "ready"
}
},
"required": [
"status"
]
}
Then:
{
"properties": {
"blockers": {
"maxItems": 0
}
}
}
Rule 2¶
When:
{
"properties": {
"status": {
"const": "blocked"
}
},
"required": [
"status"
]
}
Then:
{
"properties": {
"blockers": {
"minItems": 1
}
}
}
Field Semantics¶
schema¶
- Required:
yes - Shape: const:
inquirium.model-package.install-plan.v1
schema/v¶
- Required:
yes - Shape: const:
1
plan/ref¶
- Required:
yes - Shape: string
package/ref¶
- Required:
yes - Shape: string
manifest/digest¶
- Required:
yes - Shape: string
target-profile/ref¶
- Required:
yes - Shape: string
status¶
- Required:
yes - Shape: enum:
ready,blocked
blockers¶
- Required:
yes - Shape: array
steps¶
- Required:
yes - Shape: array
effects/executed¶
- Required:
yes - Shape: const:
False
Definition Semantics¶
$defs.digest¶
- Shape: string
$defs.assetRef¶
- Shape: string
$defs.blocker¶
- Shape: object
$defs.step¶
- Shape: object