{ "name": "OVN_Southbound", "tables": { "Chassis": { "columns": { "name": {"type": "string"}, "encaps": {"type": {"key": {"type": "uuid", "refTable": "Encap"}, "min": 1, "max": "unlimited"}}, "gateway_ports": {"type": {"key": "string", "value": {"type": "uuid", "refTable": "Gateway", "refType": "strong"}, "min": 0, "max": "unlimited"}}}, "isRoot": true, "indexes": [["name"]]}, "Encap": { "columns": { "type": {"type": {"key": { "type": "string", "enum": ["set", ["geneve", "stt", "vxlan"]]}}}, "options": {"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}, "ip": {"type": "string"}}}, "Gateway": { "columns": {"vlan_map": {"type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 4095}, "value": {"type": "string"}, "min": 0, "max": "unlimited"}}}}, "Pipeline": { "columns": { "logical_datapath": {"type": "uuid"}, "table_id": {"type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 31}}}, "priority": {"type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 65535}}}, "match": {"type": "string"}, "actions": {"type": "string"}}, "isRoot": true}, "Binding": { "columns": { "logical_datapath": {"type": "uuid"}, "logical_port": {"type": "string"}, "tunnel_key": { "type": {"key": {"type": "integer", "minInteger": 1, "maxInteger": 65535}}}, "parent_port": {"type": {"key": "string", "min": 0, "max": 1}}, "tag": { "type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 4095}, "min": 0, "max": 1}}, "chassis": {"type": {"key": {"type": "uuid", "refTable": "Chassis", "refType": "weak"}, "min": 0, "max": 1}}, "mac": {"type": {"key": "string", "min": 0, "max": "unlimited"}}}, "indexes": [["logical_port"], ["tunnel_key"]], "isRoot": true}}, "version": "1.0.0"}