Schema Reference
Everything you need to read, write, and validate a FLUID contract. The latest schema version is 0.7.4.
| Page | Use it for |
|---|---|
| Anatomy | A guided tour of every top-level block, in authoring order, with a "what / when / why" per block. Start here if you've never written a contract. |
| Cheatsheet | One row per field — meaning, required flag, and version added. The fast lookup table while you author. |
| Minimal Valid Contract | The smallest file that validates, plus a glance at every top-level block. |
| Full Specification | The narrative protocol specification. |
| Versions | Every published schema version, linked to its JSON Schema and generated HTML reference. |
| Changelog | Version-to-version diffs, including the breaking changes in 0.7.4. |
Machine-readable artifacts
- Raw JSON Schema (0.7.4):
/fluid/schema/fluid-schema-0.7.4.json— point your validator here. - Generated HTML reference (0.7.4):
/fluid/specs/0.7.4/fluid-spec.html— the authoritative field-by-field rendering of every type, enum, and validation rule.
For older versions, see Versions.
