message ObjectId { // Unordered map of dynamically typed values. map<string, Value> id = 1; string _bsontype = 2; // should return "ObjectId" } // The JSON representation for `Value` is JSON value. enum Value { VALUE = 1; }