Project

General

Profile

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

    
4
        record DocumentWithAuthorsAndCitations {
5
                string documentId;
6

    
7
                boolean isPublished;
8

    
9
                string year;
10

    
11
                array<string> authorIds;
12

    
13
                array<string> referencedDocumentsIds;
14

    
15
                array<string> projectIds;
16
        }
17
}
18

    
(8-8/12)