KV Spec Format

ByteOr pipeline specs use a deterministic key-value text format owned by the OSS crate workspace. This page is the OSS section entry point for the format reference.

What Matters At A Glance

  • Specs are deterministic UTF-8 key=value lines
  • Stable ordering means the same logical spec hashes to the same bytes
  • The format is diff-friendly and canonicalizable
  • Exact field names and validation-aligned structure come from the OSS reference docs

Example Shape

pipeline.name=example
pipeline.target=SingleRing
pipeline.stages.0.id=stage-a
pipeline.stages.1.id=stage-b
pipeline.constraints.shards=1

Canonical Docs Surface

Provenance
Need the canonical source?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.