NodeIdentification: string | {
    compass_pt?: CompassPorts;
    id: string;
    port?: string;
}

NodeItentification may either be a string, representing the node ID, or an object with id, port, and compass_pt properties, representing id:port:compass_pt.