Project

General

Profile

1 23269 dominika.t
@namespace("eu.dnetlib.iis.statistics.schemas")
2 17109 marek.hors
protocol IIS{
3
4 24059 mateusz.ko
    import idl "AuthorStatistics.avdl";
5
6
    record AuthorToAuthorStatistics {
7
//      ID of the author, foreign key: Person.id ("person" data store)
8
        string authorId;
9 23244 dominika.t
10 24059 mateusz.ko
        AuthorStatistics statistics;
11
    }
12
13 17109 marek.hors
}