Applesauce
    Preparing search index...
    interface BlossomURI {
        authors: string[];
        data?: CommonData;
        ext: string;
        position?: Position;
        raw: string;
        servers: string[];
        sha256: string;
        size?: number;
        type: "blossom";
    }

    Hierarchy (View Summary)

    Index

    Properties

    authors: string[]

    Author hex pubkeys from repeated as query parameters

    data?: CommonData
    ext: string

    File extension without the leading dot

    position?: Position

    Position of a node in a source document.

    Nodes that are generated (not in the original source document) must not have a position.

    raw: string

    The original matched text, e.g. blossom:<hash>.pdf?xs=...

    servers: string[]

    Server hints from repeated xs query parameters

    sha256: string

    64 character lowercase hex sha256 hash of the blob

    size?: number

    Optional exact blob size in bytes

    type: "blossom"

    Node type.