Saxonberg Server API
    Preparing search index...

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

    interface DisciplineDescriptor {
        channel: DisciplineChannel;
        conferrals: ConferralRule[];
        description: string;
        iscedf: string;
        key: string;
        label: string;
        requires: string[];
        specializes: string[];
        synergizes: string[];
    }
    Index

    Properties

    conferrals: ConferralRule[]
    description: string
    iscedf: string

    ISCED-F field-of-education code (the real-taxonomy anchor); '' if none.

    key: string
    label: string
    requires: string[]
    specializes: string[]
    synergizes: string[]