Sanity Library Reference Docs
    Preparing search index...

    A reference to a Content Release. Extends the GDR shape (so existing doc-ref machinery treats it as a reference to the _.releases.<name> system document) with the bare releaseName the engine reads to build the read perspective stack.

    id points at the release system doc (_.releases.<name> in the workflow resource); type is always "system.release"; releaseName is the final segment of the release id.

    interface ReleaseRef {
        id:
            | `dataset:${string}`
            | `canvas:${string}`
            | `media-library:${string}`
            | `dashboard:${string}`;
        releaseName: string;
        type: "system.release";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id:
        | `dataset:${string}`
        | `canvas:${string}`
        | `media-library:${string}`
        | `dashboard:${string}`

    URI: <scheme>:<...id-parts>

    releaseName: string
    type: "system.release"

    Document _type (schema name)