Project

General

Profile

« Previous | Next » 

Revision 41522

contributors defined as attributes of the result entity

View differences:

Person_Result.proto
9 9
message PersonResult {
10 10

  
11 11
	optional Authorship authorship = 1;
12
	optional Contribution contribution = 2;
13
	
12

  
14 13
	message Authorship {
15 14

  
16 15
		enum RelName {
......
25 24
	
26 25
	}
27 26

  
28
	message Contribution {
29

  
30
        enum RelName {
31
            isContributorOf = 1;
32
            hasContributor = 2;
33
        }
34

  
35
        required RelMetadata relMetadata = 1;
36

  
37
    }
38

  
39 27
}

Also available in: Unified diff