-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcopyright_sample.json
35 lines (35 loc) · 1.1 KB
/
copyright_sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"Version": "3",
"ReporterInfo": {
"ReporterOrg": "ExampleOrg",
"ReporterOrgDomain": "example.com",
"ReporterOrgEmail": "[email protected]"
},
"OnBehalfOf": {
"ComplainantOrg": "ExampleComplainantOrg",
"ComplainantOrgDomain": "complainant.example.com",
"ComplainantOrgEmail": "[email protected]",
"ComplainantContactEmail": "[email protected]",
"ComplainantContactName": "Legal Team",
"ComplainantContactPhone": "0012345678"
},
"Disclosure": true,
"Report": {
"ReportType": "Copyright",
"ReportClass": "Content",
"FirstSeen": "2018-02-05T14:17:10Z",
"Date": "2018-02-05T18:17:10Z",
"SourceIp": "192.0.2.55",
"SourcePort": 54321,
"InfringedMaterial": "Example - Mr. Example",
"SourceUrl": "http://www.badexample.com/badexapmplesong.mp3",
"MaterialType": "Music",
"FileName": "badexamplesong.mp3",
"CourtOrder": "https://court.example.com/courtorder.pdf",
"FileSize": 56,
"FileHash": {
"HashValue": "0049f43fcf5f023593395735a0fef31ff35ae7f7",
"HashAlgorithm": "sha1"
}
}
}