summaryrefslogtreecommitdiff
path: root/ovsdb/_server.ovsschema
blob: e3d9d893be6a5fa5a12287821abda7165e755b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{"name": "_Server",
 "version": "1.2.0",
 "cksum": "3009684573 744",
 "tables": {
   "Database": {
     "columns": {
       "name": {"type": "string"},
       "model": {
         "type": {"key": {"type": "string",
                          "enum": ["set",
                                     ["standalone", "clustered", "relay"]]}}},
       "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}}},
     "isRoot": true}}}