Fleet Schemas ↑↓ move within a pane · ←→ move between panes · Enter opens · Esc backs out
TraceManifest 8 fields

html-traces/TraceManifest

version string matching /^\d+\.\d+\.\d+$/
Manifest format version as semver. A reader accepts any 1.x.y and refuses another major.
required
traces non-empty list of object
The fires of this folder in version order; the page opens on the last fire of the first group.
required
run non-empty string
Run reference of one fire: <project>/<tenant>/<run id>, resolving under the run registry.
required
label non-empty string
Version name shown in the navigator, such as r1.
required
group non-empty string
Comparison cohort; fires sharing a group form one version series, and the navigator offers a group switch when more than one group exists.
judges non-empty list of object
Judge runs of this fire, oldest first; the judge tab opens on the last one.
run non-empty string
Run reference of one judge pass over the fire: <project>/<tenant>/<run id>, resolving under the run registry.
required
label non-empty string
Judge version name shown in the judge selector, such as j1.
required

Checks

  • _checkRunReferencesUnique
  • _checkLabelsUniquePerGroup

Defects

No defects in the 20 records checked.

Where it lives

Bound byhtml-traces
Declared in~/mnt/mdr/skills/html-traces/assets/schemas/trace-manifest.ts
BindingtraceManifestDataStore
Directory~/mnt/www/html-traces
Files*/*/manifest.yml
Referenced astrace-manifest