summaryrefslogtreecommitdiffstats
path: root/assets/doc/structs.nojson
blob: 4c084862849f282b67e57233cbabe60e844d1203 (plain)
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
"name": // default: random (gensym)
  "type": "grafikkarte"
  "location": "kremium"
  "amount": 23 // default: 1
  "owner": "shack" // default: krebs

"nebula":
  "type": "location"
  "owner": "tv"

"tv":
  "type": "owner"

"grafikkarte":
  "type": "type"

"amount":
  "type": "natural"

"root-server":
  "type": "irgend ein owner ist root"

"shared":
  "type": "alle owner sind root"

"oxberg":
  "type": "root-server"
  "location": "de"
  "ipv4-address": "84.23.80.172"
  "isp": "euserv"
  "ram": "512MiB"

"ram":
  "must-match": /[0-9]+[MGk]iB/

"kremium":
  "location": "nebula"
  "type": "root-server"
  "shared": true

"euserv":
  "type": "ISP"