Skip to content

Sensorium Relative Path Address v1

Source schema: doc/schemas/sensorium-relative-path-address.v1.schema.json

Relative path address below a host-owned workspace root. This is syntax only; canonical containment, symlink refusal, and atomic file effects belong to the actuation boundary.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: sensorium-relative-path-address.v1
schema/v yes const: 1
workspace/ref yes ref: #/$defs/ref
root/ref yes ref: #/$defs/ref
relative/path yes string A relative path string. The exact . may name the allowlisted root; concrete operations may still reject root self-access.

Definitions

Definition Shape Description
ref string
## Field Semantics

schema

  • Required: yes
  • Shape: const: sensorium-relative-path-address.v1

schema/v

  • Required: yes
  • Shape: const: 1

workspace/ref

  • Required: yes
  • Shape: ref: #/$defs/ref

root/ref

  • Required: yes
  • Shape: ref: #/$defs/ref

relative/path

  • Required: yes
  • Shape: string

A relative path string. The exact . may name the allowlisted root; concrete operations may still reject root self-access.

Definition Semantics

$defs.ref

  • Shape: string