RESOURCES · DOCS · ROBOTICS STUDIO · SCHEMA

Capture schema

How robotics demonstrations are represented for review: sessions, clips, pose, trajectory, safety signals, and provenance.

Schema
Robotics Studio Open
8 min
DatasetScrubClustersSensor QAExport
DOC · SCHEMA

Capture schema

How robotics demonstrations are represented for review: sessions, clips, pose, trajectory, safety signals, and provenance.

SENSOR READOUT
THE WALKTHROUGH

What you will actually inspect.

STEP 01
SCHEMA

Session, clip, signals, provenance

A session is the top-level recording event. A clip is the reviewed training unit. Signals carry quality and safety decisions. Provenance keeps task, device, policy, and reviewer context attached.

COMMANDS / JSON
{
  "session_id": "sess_01J...",
  "task_brief_id": "tb_01J...",
  "device": { "model": "so101", "control_rate_hz": 30 },
  "clips": ["clip_01J..."],
  "consent": { "safety_rules_version": "v4.2" }
}
STEP 02
SCHEMA

Clip object

Clips carry video, depth, pose, trajectory, environment metadata, and scoring state. Robotics Studio Open can inspect local equivalents and export reviewed manifests.

01

Media references stay path-based unless the user exports a bundle.

CHECK
02

Sensor QA reports stay attached to the clip.

CHECK
03

Reviewer overrides require rationale.

CHECK
04

Dataset cards inherit reviewed subset evidence.

CHECK
ROBOTICS STUDIO OPEN

The dataset leaves with evidence.

Keep the clip, the cluster, the QA report, and the export manifest together so every training subset can explain itself.

Capture schema | Robotics Studio Open Docs