-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
101 lines (101 loc) · 2.98 KB
/
definition.json
File metadata and controls
101 lines (101 loc) · 2.98 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"attributes": {
"description": {
"description": "an exhaustive description of the dataset including methods of collection, extraction or analysis",
"disable_correlation": true,
"misp-attribute": "comment",
"ui-priority": 0
},
"frequency": {
"description": "frequency of the dataset generation which MUST be expressed in yearly, monthly, daily, hourly",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"yearly",
"monthly",
"daily",
"hourly"
],
"ui-priority": 0
},
"human-validated": {
"description": "human-validated describes if the dataset has been manually validated",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"true",
"false",
"unknown"
],
"ui-priority": 0
},
"license": {
"description": "license MUST be expressed in SPDX format to describe under which license the dataset is distributed",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"link": {
"description": "link to open dataset",
"misp-attribute": "link",
"ui-priority": 0
},
"machine-validated": {
"description": "machine-validated describes if the dataset has been automatically validated",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"true",
"false",
"unknown"
],
"ui-priority": 0
},
"producer": {
"description": "producer MUST be expressed as an URI to reference the original producer of the dataset",
"misp-attribute": "link",
"ui-priority": 0
},
"source": {
"description": "original source of the dataset",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"subtitle": {
"description": "an extended title of the dataset",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"time-precision": {
"description": "time-precision MUST be expressed in years, months, days, hours, minutes or seconds to describe the precision of the time expressed",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"years",
"months",
"days",
"hours",
"minutes",
"seconds"
],
"ui-priority": 0
},
"title": {
"description": "a comprehensive and concise title of the dataset",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An object describing an open dataset available and described under the open data security model. ref. https://github.com/CIRCL/open-data-security",
"meta-category": "misc",
"name": "open-data-security",
"requiredOneOf": [
"link"
],
"uuid": "01f9d45f-134d-4f99-9891-7d1219af5941",
"version": 1
}