tensr

Open format schemas

The canonical, permanent home for tensr's published open data formats. Data that tensr emits references these URLs directly — so they are load-bearing identifiers, not pages.

Published schemas

workout / v1 — the machine-native twin of a .workout.md training program.
https://schema.tensr.fitness/workout/v1

Contract

Each version is frozen and permanent. A published URL like /workout/v1 never 404s and never changes bytes — published data across the web references it as a stable $id. Breaking changes ship as a new version (/workout/v2), never an edit in place. The schema is JSON Schema 2020-12; emitted JSON self-references it via $schema, so any off-the-shelf validator can check it with no tensr code.

Source of truth lives in the tensr repository (protocol/schema/); this host only serves the built artifact.