ContractSpec docs

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.

Governed relational read

Perform a governed relational read that nests FK children per root row.

field.key.label
Governed relational read
field.version.label
field.type.label
field.title.label
Governed relational read
field.description.label

Perform a governed relational read that nests FK children per root row.

field.tags.label
database,query,relational
field.owners.label
field.stability.label
public

Executes a governed relational read over the portable database context. The root resource selects its allowlisted columns and each declared relation is projected as a nested children array via a fail-closed parent→child join. Mirrors the provider-database `GovernedRelationalReadDescriptor` builder (eq-only filters, identifier allowlisting). Additive to `database.query.readonly`; it never mutates state and returns a `QueryResultEnvelope`-shaped result.