{
   "nodes": [
      {
         "databaseName": "HR",
         "className": "DEPARTMENTS",
         "fields": {
            "DEPARTMENT_ID": {
               "schemaName": "DEPARTMENTS",
               "fieldName": "DEPARTMENT_ID",
               "primaryKey": true,
               "type": "Number",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPARTMENT_NAME": {
               "schemaName": "DEPARTMENTS",
               "fieldName": "DEPARTMENT_NAME",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MANAGER_ID": {
               "schemaName": "DEPARTMENTS",
               "fieldName": "MANAGER_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LOCATION_ID": {
               "schemaName": "DEPARTMENTS",
               "fieldName": "LOCATION_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "EMPLOYEES",
         "fields": {
            "EMPLOYEE_ID": {
               "schemaName": "EMPLOYEES",
               "fieldName": "EMPLOYEE_ID",
               "primaryKey": true,
               "type": "Number",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "FIRST_NAME": {
               "schemaName": "EMPLOYEES",
               "fieldName": "FIRST_NAME",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LAST_NAME": {
               "schemaName": "EMPLOYEES",
               "fieldName": "LAST_NAME",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "EMAIL": {
               "schemaName": "EMPLOYEES",
               "fieldName": "EMAIL",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PHONE_NUMBER": {
               "schemaName": "EMPLOYEES",
               "fieldName": "PHONE_NUMBER",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "HIRE_DATE": {
               "schemaName": "EMPLOYEES",
               "fieldName": "HIRE_DATE",
               "primaryKey": false,
               "type": "Date",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB_ID": {
               "schemaName": "EMPLOYEES",
               "fieldName": "JOB_ID",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALARY": {
               "schemaName": "EMPLOYEES",
               "fieldName": "SALARY",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COMMISSION_PCT": {
               "schemaName": "EMPLOYEES",
               "fieldName": "COMMISSION_PCT",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MANAGER_ID": {
               "schemaName": "EMPLOYEES",
               "fieldName": "MANAGER_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPARTMENT_ID": {
               "schemaName": "EMPLOYEES",
               "fieldName": "DEPARTMENT_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "JOBS",
         "fields": {
            "JOB_ID": {
               "schemaName": "JOBS",
               "fieldName": "JOB_ID",
               "primaryKey": true,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB_TITLE": {
               "schemaName": "JOBS",
               "fieldName": "JOB_TITLE",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MIN_SALARY": {
               "schemaName": "JOBS",
               "fieldName": "MIN_SALARY",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MAX_SALARY": {
               "schemaName": "JOBS",
               "fieldName": "MAX_SALARY",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "JOB_HISTORY",
         "fields": {
            "EMPLOYEE_ID": {
               "schemaName": "JOB_HISTORY",
               "fieldName": "EMPLOYEE_ID",
               "primaryKey": true,
               "type": "Number",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "START_DATE": {
               "schemaName": "JOB_HISTORY",
               "fieldName": "START_DATE",
               "primaryKey": false,
               "type": "Date",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "END_DATE": {
               "schemaName": "JOB_HISTORY",
               "fieldName": "END_DATE",
               "primaryKey": false,
               "type": "Date",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB_ID": {
               "schemaName": "JOB_HISTORY",
               "fieldName": "JOB_ID",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPARTMENT_ID": {
               "schemaName": "JOB_HISTORY",
               "fieldName": "DEPARTMENT_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "LOCATIONS",
         "fields": {
            "LOCATION_ID": {
               "schemaName": "LOCATIONS",
               "fieldName": "LOCATION_ID",
               "primaryKey": true,
               "type": "Number",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "STREET_ADDRESS": {
               "schemaName": "LOCATIONS",
               "fieldName": "STREET_ADDRESS",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "POSTAL_CODE": {
               "schemaName": "LOCATIONS",
               "fieldName": "POSTAL_CODE",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "CITY": {
               "schemaName": "LOCATIONS",
               "fieldName": "CITY",
               "primaryKey": false,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "STATE_PROVINCE": {
               "schemaName": "LOCATIONS",
               "fieldName": "STATE_PROVINCE",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COUNTRY_ID": {
               "schemaName": "LOCATIONS",
               "fieldName": "COUNTRY_ID",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "REGIONS",
         "fields": {
            "REGION_ID": {
               "schemaName": "REGIONS",
               "fieldName": "REGION_ID",
               "primaryKey": true,
               "type": "Number",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "REGION_NAME": {
               "schemaName": "REGIONS",
               "fieldName": "REGION_NAME",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "databaseName": "HR",
         "className": "COUNTRIES",
         "fields": {
            "COUNTRY_ID": {
               "schemaName": "COUNTRIES",
               "fieldName": "COUNTRY_ID",
               "primaryKey": true,
               "type": "String",
               "required": true,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COUNTRY_NAME": {
               "schemaName": "COUNTRIES",
               "fieldName": "COUNTRY_NAME",
               "primaryKey": false,
               "type": "String",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "REGION_ID": {
               "schemaName": "COUNTRIES",
               "fieldName": "REGION_ID",
               "primaryKey": false,
               "type": "Number",
               "required": false,
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      }
   ],
   "edges": {
      "COUNTRIES": [
         {
            "source": "COUNTRIES",
            "target": "REGIONS",
            "edgeName": "REGION_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "COUNTRIES",
            "target": "LOCATIONS",
            "edgeName": "COUNTRY_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "DEPARTMENTS": [
         {
            "source": "DEPARTMENTS",
            "target": "LOCATIONS",
            "edgeName": "LOCATION_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENTS",
            "target": "EMPLOYEES",
            "edgeName": "MANAGER_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENTS",
            "target": "EMPLOYEES",
            "edgeName": "DEPARTMENT_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENTS",
            "target": "JOB_HISTORY",
            "edgeName": "DEPARTMENT_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "EMPLOYEES": [
         {
            "source": "EMPLOYEES",
            "target": "EMPLOYEES",
            "edgeName": "MANAGER_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEES",
            "target": "DEPARTMENTS",
            "edgeName": "DEPARTMENT_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEES",
            "target": "JOBS",
            "edgeName": "JOB_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEES",
            "target": "DEPARTMENTS",
            "edgeName": "MANAGER_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEES",
            "target": "EMPLOYEES",
            "edgeName": "MANAGER_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEES",
            "target": "JOB_HISTORY",
            "edgeName": "EMPLOYEE_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "JOB_HISTORY": [
         {
            "source": "JOB_HISTORY",
            "target": "DEPARTMENTS",
            "edgeName": "DEPARTMENT_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "JOB_HISTORY",
            "target": "JOBS",
            "edgeName": "JOB_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "JOB_HISTORY",
            "target": "EMPLOYEES",
            "edgeName": "EMPLOYEE_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "LOCATIONS": [
         {
            "source": "LOCATIONS",
            "target": "COUNTRIES",
            "edgeName": "COUNTRY_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "LOCATIONS",
            "target": "DEPARTMENTS",
            "edgeName": "LOCATION_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "REGIONS": [
         {
            "source": "REGIONS",
            "target": "COUNTRIES",
            "edgeName": "REGION_ID",
            "data": {
               "weight": 1
            }
         }
      ],
      "JOBS": [
         {
            "source": "JOBS",
            "target": "EMPLOYEES",
            "edgeName": "JOB_ID",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "JOBS",
            "target": "JOB_HISTORY",
            "edgeName": "JOB_ID",
            "data": {
               "weight": 1
            }
         }
      ]
   }
}