Saxonberg Server API
    Preparing search index...

    Interface CorpoDescriptor

    The runtime descriptor the catalogue caches — a plain projection of a Corpo template's data, the shape consumers read (never the Stuff instance).

    interface CorpoDescriptor {
        aesthetic: string;
        description: string;
        ethos: string;
        key: string;
        label: string;
        rivals: string[];
        sector: string;
        temperament: string;
    }
    Index

    Properties

    aesthetic: string
    description: string
    ethos: string
    key: string
    label: string
    rivals: string[]

    Rival Corpo keys (the fault-line map; authored, inert this build).

    sector: string
    temperament: string