Operator-consent-decision.v1¶
Source schema: doc/schemas/operator-consent-decision.v1.schema.json
Governing Basis¶
doc/project/40-proposals/071-sensorium-workbench.mddoc/project/40-proposals/048-sensorium-os-connector-action-classes.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: operator-consent-decision.v1 |
|
schema/v |
yes |
const: 1 |
|
approval/ref |
yes |
ref: #/$defs/ref |
|
operation/ref |
yes |
ref: #/$defs/ref |
|
operator/ref |
yes |
ref: #/$defs/ref |
|
consent/decision |
yes |
enum: pending, granted, denied, expired, revoked |
|
consent/scope |
yes |
ref: #/$defs/scope |
|
issued/at |
yes |
string | |
expires/at |
no |
string | |
revocation/ref |
no |
ref: #/$defs/ref |
|
delta/digest |
yes |
ref: #/$defs/sha256 |
|
provenance |
yes |
object |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
ref |
string | |
token |
string | |
sha256 |
string | |
scope |
enum: deny, allow-once, remember-exact-argv, remember-argv-prefix, remember-action-catalog-entry |
|
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
operator-consent-decision.v1
schema/v¶
- Required:
yes - Shape: const:
1
approval/ref¶
- Required:
yes - Shape: ref:
#/$defs/ref
operation/ref¶
- Required:
yes - Shape: ref:
#/$defs/ref
operator/ref¶
- Required:
yes - Shape: ref:
#/$defs/ref
consent/decision¶
- Required:
yes - Shape: enum:
pending,granted,denied,expired,revoked
consent/scope¶
- Required:
yes - Shape: ref:
#/$defs/scope
issued/at¶
- Required:
yes - Shape: string
expires/at¶
- Required:
no - Shape: string
revocation/ref¶
- Required:
no - Shape: ref:
#/$defs/ref
delta/digest¶
- Required:
yes - Shape: ref:
#/$defs/sha256
provenance¶
- Required:
yes - Shape: object
Definition Semantics¶
$defs.ref¶
- Shape: string
$defs.token¶
- Shape: string
$defs.sha256¶
- Shape: string
$defs.scope¶
- Shape: enum:
deny,allow-once,remember-exact-argv,remember-argv-prefix,remember-action-catalog-entry