Saxonberg Server API
    Preparing search index...

    Interface ProfileCard

    The full viewer-redacted inspection card (composeCard).

    interface ProfileCard {
        ageStage?: string;
        aspiration?: string;
        bio?: string;
        chronicle?: { deeds: string[]; prologue?: string };
        competenceBands?: { band: string; discipline: string }[];
        country?: string;
        digest?: ProfileDigest;
        flavor?: string;
        handle: string;
        header: string;
        isSelf: boolean;
        nameSurface?: ProfileNameSurface;
        newness?: "new-arrival";
        pronouns?: string;
        recognized: boolean;
        renownBand?: string;
        sex?: string;
        species?: string;
        status?: PresenceStatus;
        yourLabel?: string;
        yourRegard?: string;
    }
    Index

    Properties

    ageStage?: string
    aspiration?: string
    bio?: string
    chronicle?: { deeds: string[]; prologue?: string }
    competenceBands?: { band: string; discipline: string }[]
    country?: string
    digest?: ProfileDigest
    flavor?: string
    handle: string
    header: string
    isSelf: boolean
    nameSurface?: ProfileNameSurface
    newness?: "new-arrival"
    pronouns?: string
    recognized: boolean
    renownBand?: string
    sex?: string
    species?: string
    yourLabel?: string
    yourRegard?: string