Skip to content

Sensorium Workbench Patch v1

Source schema: doc/schemas/sensorium-workbench-patch.v1.schema.json

Patch proposal artifact for a Workbench workspace. It may carry a human-readable unified diff or structured edit operations.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: sensorium-workbench-patch.v1
schema/v yes const: 1
patch/ref yes ref: #/$defs/ref
workspace/ref yes ref: #/$defs/ref
patch/kind yes enum: unified-diff, structured-edits
unified_diff no string
edits no array
provenance no object
classification yes ref: classification.v1.schema.json

Definitions

Definition Shape Description
ref string
## Field Semantics

schema

  • Required: yes
  • Shape: const: sensorium-workbench-patch.v1

schema/v

  • Required: yes
  • Shape: const: 1

patch/ref

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

workspace/ref

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

patch/kind

  • Required: yes
  • Shape: enum: unified-diff, structured-edits

unified_diff

  • Required: no
  • Shape: string

edits

  • Required: no
  • Shape: array

provenance

  • Required: no
  • Shape: object

classification

  • Required: yes
  • Shape: ref: classification.v1.schema.json

Definition Semantics

$defs.ref

  • Shape: string