Project

General

Profile

« Previous | Next » 

Revision 49027

getting rid of person entities, replaced Result.Person with Result.Metadata.Author

View differences:

FieldType.proto
87 87
	// json containing a Citation or Statistics
88 88
	optional string value = 5;
89 89

  
90
}
90
}
91

  
92
message Author {
93

  
94
	required string fullname = 1;
95

  
96
	optional string name = 2;
97
	optional string surname = 3;
98

  
99
	required int32 rank = 4;
100
}

Also available in: Unified diff