const isNode = isObject(val)
    && isCID(val.cid)
    && isCID(val.userland)
    && isCID(val.metadata)
    && isSkeleton(val.subSkeleton)