summaryrefslogtreecommitdiffstats
path: root/assets/doc/structs.nojson
diff options
context:
space:
mode:
Diffstat (limited to 'assets/doc/structs.nojson')
-rw-r--r--assets/doc/structs.nojson43
1 files changed, 43 insertions, 0 deletions
diff --git a/assets/doc/structs.nojson b/assets/doc/structs.nojson
new file mode 100644
index 00000000..4c084862
--- /dev/null
+++ b/assets/doc/structs.nojson
@@ -0,0 +1,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"
+