@suluk/examples - v0.1.0
    Preparing search index...

    Interface ResolvedExample

    interface ResolvedExample {
        value: unknown;
        tier: ExampleTier;
        synthetic: boolean;
        provenance: string;
    }
    Index

    Properties

    value: unknown

    which tier won.

    synthetic: boolean

    true IFF the value was synthesized from the schema shape (the honest never-launder marker).

    provenance: string

    a short, human-readable note on where the value came from (for reports / docs provenance).