@earth-app/collegedb
    Preparing search index...

    Interface PlacementManifest

    The manifest: every epoch CollegeDB still needs to be able to resolve.

    1.4.0

    interface PlacementManifest {
        epochs: PlacementEpoch[];
        exceptionsVersion: number;
        version: 1;
    }
    Index
    epochs: PlacementEpoch[]

    Epochs, newest first

    exceptionsVersion: number

    Bumped whenever the exception set changes, so isolates can notice cheaply

    version: 1

    Manifest schema version