FLUXFLUX
  • Introduction
  • Quickstart
  • Two Specs, One Substrate
  • The Six Families
  • The FLUID Seam
  • Deterministic & Governed
  • Runtime & Evidence
  • Anatomy
  • The Nineteen Kinds
  • Versions
  • Changelog
  • JSON Schema 0.5.0 ↗
  • UI Hints 0.5.0 ↗
  • Enforcement Contract 0.5.0 ↗
  • Bundle Manifest 0.5.0 ↗
  • The vNext Plan
  • The Nine RFCs
  • Conformance Profiles
Examples
What's New
FLUID ↗
GitHub
GitHub
  • Introduction
  • Quickstart
  • Two Specs, One Substrate
  • The Six Families
  • The FLUID Seam
  • Deterministic & Governed
  • Runtime & Evidence
  • Anatomy
  • The Nineteen Kinds
  • Versions
  • Changelog
  • JSON Schema 0.5.0 ↗
  • UI Hints 0.5.0 ↗
  • Enforcement Contract 0.5.0 ↗
  • Bundle Manifest 0.5.0 ↗
  • The vNext Plan
  • The Nine RFCs
  • Conformance Profiles
Examples
What's New
FLUID ↗
GitHub
GitHub
  • Schema Reference

    • Schema Reference
    • Anatomy
    • The Nineteen Kinds
    • Versions
    • Changelog

Versions

One schema file per released version, immutable once published, each with a versioned $id. The fluxVersion enum inside a file is its compatibility window — the document versions it accepts.

VersionStatusWindowSchema
0.5.0current0.3.0–0.5.0flux-schema-0.5.0.json + UI hints · enforcement · manifest
0.4.1superseded (additively)0.3.0, 0.4.0, 0.4.1flux-schema-0.4.1.json
0.4.0superseded (additively)0.3.0, 0.4.0flux-schema-0.4.0.json
0.3.0superseded (additively)0.3.0flux-schema-0.3.0.json
0.2.0pre-release draft, never shipped0.2.0flux-schema-0.2.0.json

flux-schema-latest.json is a byte-identical alias of the newest release (CI-enforced): flux-schema-latest.json

The FLUID window

Simulation.emits[].fluidVersion enumerates exactly the FLUID schema versions vendored by this release: 0.7.3, 0.7.4, 0.7.5. Widening the window is additive; narrowing it is breaking.

Policy

Pre-1.0, minor versions may break — every release ships a changelog entry and regression tests pinning changed behavior. Post-1.0: SemVer, additive-only minors. Full policy: VERSIONING.md.

Edit this page on GitHub
Last Updated: 9/15/26, 6:51 PM
Prev
The Nineteen Kinds
Next
Changelog