KV Spec Format

ByteOr pipeline specs use a deterministic key-value text format. This page is the public-hub index into the OSS format reference rather than a second copy of that reference.

What Matters At A Glance

  • Specs are emitted as deterministic UTF-8 key=value lines.
  • Stable ordering means the same logical spec hashes to the same bytes.
  • The format is intentionally diff-friendly and canonicalizable.
  • Exact field names, model shapes, and validation-aligned structure should come from the OSS reference docs.
KV format reference
ByteOr OSS format reference with exact encoding and field rules.
Spec authoring guide
Higher-level authoring guidance for choosing and building the right OSS pipeline surface.
LaneGraph model reference
Field-level reference for the LaneGraph model shape and related structure.
Execution models
Use the central public explanation when you want concepts before field-level contract detail.

Example Shape

pipeline.name=example
pipeline.target=SingleRing
pipeline.stages.0.id=stage-a
pipeline.stages.1.id=stage-b
pipeline.constraints.shards=1
Provenance
Need the source docs?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.
Reference hub