2017-12-15 11:14:55 -08:00
|
|
|
{"name": "_Server",
|
2021-06-01 23:27:36 +02:00
|
|
|
"version": "1.2.0",
|
|
|
|
"cksum": "3009684573 744",
|
2017-12-15 11:14:55 -08:00
|
|
|
"tables": {
|
|
|
|
"Database": {
|
|
|
|
"columns": {
|
|
|
|
"name": {"type": "string"},
|
2017-12-31 21:15:58 -08:00
|
|
|
"model": {
|
|
|
|
"type": {"key": {"type": "string",
|
2021-06-01 23:27:36 +02:00
|
|
|
"enum": ["set",
|
|
|
|
["standalone", "clustered", "relay"]]}}},
|
2017-12-31 21:15:58 -08:00
|
|
|
"connected": {"type": "boolean"},
|
|
|
|
"leader": {"type": "boolean"},
|
|
|
|
"schema": {
|
|
|
|
"type": {"key": {"type": "string"}, "min": 0, "max": 1}},
|
|
|
|
"cid": {
|
|
|
|
"type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
|
|
|
|
"sid": {
|
|
|
|
"type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
|
|
|
|
"index": {
|
|
|
|
"type": {"key": {"type": "integer"}, "min": 0, "max": 1}}},
|
2017-12-15 11:14:55 -08:00
|
|
|
"isRoot": true}}}
|