OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Serialisable snapshot of the current graph state stored in `?gv=<base64>`.
Fields
| Field | Type | Description | |---|---|---| | `id` | `string` | Unique view identifier | | `name` | `string` | Human-readable label | | `viewport` | `SavedViewport` | Pan + zoom state | | `filter` | `GraphFilterSpec?` | Active filter snapshot | | `layout` | `string?` | Layout kind key | | `savedAt` | `string` | ISO 8601 timestamp |
URL encoding
Zoom is clamped to `[0.05, 10]` on decode. Invalid or absent `?gv=` always yields `null`.