Project

General

Profile

1
@namespace("eu.dnetlib.iis.statistics.schemas")
2
protocol IIS{
3

    
4
    import idl "CommonCoreStatistics.avdl";
5

    
6
    record CoAuthor {
7
        string id;
8
        int coauthoredPapersCount;
9
    }
10

    
11
    record AuthorStatistics {
12

    
13
        CommonCoreStatistics core;
14
        
15
        array<CoAuthor> coAuthors;
16
    }
17

    
18
}
(1-1/12)