forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
52 lines (52 loc) · 1.45 KB
/
definition.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"attributes": {
"description": {
"description": "Description of the video sequence",
"misp-attribute": "text",
"ui-priority": 1
},
"end-marker-timecode": {
"description": "End marker timecode in the format hh:mm:ss;ff",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"end-timecode": {
"description": "End marker timecode in the format hh:mm:ss.mms",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"recording-date": {
"description": "Date of recording of the video sequence",
"misp-attribute": "datetime",
"multiple": true,
"ui-priority": 0
},
"start-marker-timecode": {
"description": "Start marker timecode in the format hh:mm:ss;ff",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"start-timecode": {
"description": "Start marker timecode in the format hh:mm:ss.mms",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "Timecode object to describe a start of video sequence (e.g. CCTV evidence) and the end of the video sequence.",
"meta-category": "misc",
"name": "timecode",
"requiredOneOf": [
"description",
"start-marker-timecode",
"end-marker-timecode",
"start-timecode",
"end-timecode",
"recording-date"
],
"uuid": "60141eac-71d2-4173-930d-91dba8106c40",
"version": 1
}