Project

General

Profile

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

    
4
    import idl "CommonCoreStatistics.avdl";
5
    
6
    record ProjectToProjectStatistics {
7
//      ID of the project, foreign key: Project.id ("project" data store)
8
        string projectId;
9

    
10
        CommonCoreStatistics statistics;
11
    }
12
}
(12-12/12)