-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocuments.json
More file actions
34 lines (34 loc) · 973 Bytes
/
Copy pathdocuments.json
File metadata and controls
34 lines (34 loc) · 973 Bytes
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
{
"modules": [
{
"id": "117",
"name": "Informatik- und Netz Infrastruktur",
"files": ["untitled-1.txt", "untitled.txt"]
},
{
"id": "122",
"name": "Abläufe mit einer Scriptsprache automatisieren",
"files": ["script1.js", "script2.js"]
},
{
"id": "231",
"name": "Datenschutz und Datensicherheit anwenden",
"files": ["datasec.txt"]
},
{
"id": "319",
"name": "Applikationen entwerfen und implementieren",
"files": ["appdesign.txt"]
},
{
"id": "109",
"name": "Dienste in der Public Cloud betreiben und überwachen",
"files": ["cloudservices.txt"]
},
{
"id": "143",
"name": "Backup- und Restore-Systeme implementieren",
"files": ["backup-restore.txt"]
}
]
}