{
   "nodes": [
      {
         "className": "ACT",
         "fields": {
            "ACTNO": {
               "schemaName": "ACT",
               "fieldName": "ACTNO",
               "primaryKey": true,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACTKWD": {
               "schemaName": "ACT",
               "fieldName": "ACTKWD",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACTDESC": {
               "schemaName": "ACT",
               "fieldName": "ACTDESC",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "CATALOG",
         "fields": {
            "NAME": {
               "schemaName": "CATALOG",
               "fieldName": "NAME",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "CATLOG": {
               "schemaName": "CATALOG",
               "fieldName": "CATLOG",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "CL_SCHED",
         "fields": {
            "CLASS_CODE": {
               "schemaName": "CL_SCHED",
               "fieldName": "CLASS_CODE",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DAY": {
               "schemaName": "CL_SCHED",
               "fieldName": "DAY",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "STARTING": {
               "schemaName": "CL_SCHED",
               "fieldName": "STARTING",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ENDING": {
               "schemaName": "CL_SCHED",
               "fieldName": "ENDING",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "CUSTOMER",
         "fields": {
            "CID": {
               "schemaName": "CUSTOMER",
               "fieldName": "CID",
               "primaryKey": true,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "INFO": {
               "schemaName": "CUSTOMER",
               "fieldName": "INFO",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "HISTORY": {
               "schemaName": "CUSTOMER",
               "fieldName": "HISTORY",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "DEPARTMENT",
         "fields": {
            "DEPTNO": {
               "schemaName": "DEPARTMENT",
               "fieldName": "DEPTNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPTNAME": {
               "schemaName": "DEPARTMENT",
               "fieldName": "DEPTNAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MGRNO": {
               "schemaName": "DEPARTMENT",
               "fieldName": "MGRNO",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ADMRDEPT": {
               "schemaName": "DEPARTMENT",
               "fieldName": "ADMRDEPT",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LOCATION": {
               "schemaName": "DEPARTMENT",
               "fieldName": "LOCATION",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "EMPLOYEE",
         "fields": {
            "EMPNO": {
               "schemaName": "EMPLOYEE",
               "fieldName": "EMPNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "FIRSTNME": {
               "schemaName": "EMPLOYEE",
               "fieldName": "FIRSTNME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MIDINIT": {
               "schemaName": "EMPLOYEE",
               "fieldName": "MIDINIT",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LASTNAME": {
               "schemaName": "EMPLOYEE",
               "fieldName": "LASTNAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "WORKDEPT": {
               "schemaName": "EMPLOYEE",
               "fieldName": "WORKDEPT",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PHONENO": {
               "schemaName": "EMPLOYEE",
               "fieldName": "PHONENO",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "HIREDATE": {
               "schemaName": "EMPLOYEE",
               "fieldName": "HIREDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB": {
               "schemaName": "EMPLOYEE",
               "fieldName": "JOB",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "EDLEVEL": {
               "schemaName": "EMPLOYEE",
               "fieldName": "EDLEVEL",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SEX": {
               "schemaName": "EMPLOYEE",
               "fieldName": "SEX",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "BIRTHDATE": {
               "schemaName": "EMPLOYEE",
               "fieldName": "BIRTHDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALARY": {
               "schemaName": "EMPLOYEE",
               "fieldName": "SALARY",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "BONUS": {
               "schemaName": "EMPLOYEE",
               "fieldName": "BONUS",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COMM": {
               "schemaName": "EMPLOYEE",
               "fieldName": "COMM",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "EMPMDC",
         "fields": {
            "EMPNO": {
               "schemaName": "EMPMDC",
               "fieldName": "EMPNO",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPT": {
               "schemaName": "EMPMDC",
               "fieldName": "DEPT",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DIV": {
               "schemaName": "EMPMDC",
               "fieldName": "DIV",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "EMPPROJACT",
         "fields": {
            "EMPNO": {
               "schemaName": "EMPPROJACT",
               "fieldName": "EMPNO",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PROJNO": {
               "schemaName": "EMPPROJACT",
               "fieldName": "PROJNO",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACTNO": {
               "schemaName": "EMPPROJACT",
               "fieldName": "ACTNO",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "EMPTIME": {
               "schemaName": "EMPPROJACT",
               "fieldName": "EMPTIME",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "EMSTDATE": {
               "schemaName": "EMPPROJACT",
               "fieldName": "EMSTDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "EMENDATE": {
               "schemaName": "EMPPROJACT",
               "fieldName": "EMENDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "EMP_PHOTO",
         "fields": {
            "EMPNO": {
               "schemaName": "EMP_PHOTO",
               "fieldName": "EMPNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PHOTO_FORMAT": {
               "schemaName": "EMP_PHOTO",
               "fieldName": "PHOTO_FORMAT",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PICTURE": {
               "schemaName": "EMP_PHOTO",
               "fieldName": "PICTURE",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "EMP_RESUME",
         "fields": {
            "EMPNO": {
               "schemaName": "EMP_RESUME",
               "fieldName": "EMPNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "RESUME_FORMAT": {
               "schemaName": "EMP_RESUME",
               "fieldName": "RESUME_FORMAT",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "RESUME": {
               "schemaName": "EMP_RESUME",
               "fieldName": "RESUME",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "INVENTORY",
         "fields": {
            "PID": {
               "schemaName": "INVENTORY",
               "fieldName": "PID",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "QUANTITY": {
               "schemaName": "INVENTORY",
               "fieldName": "QUANTITY",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LOCATION": {
               "schemaName": "INVENTORY",
               "fieldName": "LOCATION",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "IN_TRAY",
         "fields": {
            "RECEIVED": {
               "schemaName": "IN_TRAY",
               "fieldName": "RECEIVED",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SOURCE": {
               "schemaName": "IN_TRAY",
               "fieldName": "SOURCE",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SUBJECT": {
               "schemaName": "IN_TRAY",
               "fieldName": "SUBJECT",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "NOTE_TEXT": {
               "schemaName": "IN_TRAY",
               "fieldName": "NOTE_TEXT",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "ORG",
         "fields": {
            "DEPTNUMB": {
               "schemaName": "ORG",
               "fieldName": "DEPTNUMB",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPTNAME": {
               "schemaName": "ORG",
               "fieldName": "DEPTNAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MANAGER": {
               "schemaName": "ORG",
               "fieldName": "MANAGER",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DIVISION": {
               "schemaName": "ORG",
               "fieldName": "DIVISION",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "LOCATION": {
               "schemaName": "ORG",
               "fieldName": "LOCATION",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "PRODUCT",
         "fields": {
            "PID": {
               "schemaName": "PRODUCT",
               "fieldName": "PID",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "NAME": {
               "schemaName": "PRODUCT",
               "fieldName": "NAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PRICE": {
               "schemaName": "PRODUCT",
               "fieldName": "PRICE",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PROMOPRICE": {
               "schemaName": "PRODUCT",
               "fieldName": "PROMOPRICE",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PROMOSTART": {
               "schemaName": "PRODUCT",
               "fieldName": "PROMOSTART",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PROMOEND": {
               "schemaName": "PRODUCT",
               "fieldName": "PROMOEND",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DESCRIPTION": {
               "schemaName": "PRODUCT",
               "fieldName": "DESCRIPTION",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "PRODUCTSUPPLIER",
         "fields": {
            "PID": {
               "schemaName": "PRODUCTSUPPLIER",
               "fieldName": "PID",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SID": {
               "schemaName": "PRODUCTSUPPLIER",
               "fieldName": "SID",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "PROJACT",
         "fields": {
            "PROJNO": {
               "schemaName": "PROJACT",
               "fieldName": "PROJNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACTNO": {
               "schemaName": "PROJACT",
               "fieldName": "ACTNO",
               "primaryKey": true,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACSTAFF": {
               "schemaName": "PROJACT",
               "fieldName": "ACSTAFF",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACSTDATE": {
               "schemaName": "PROJACT",
               "fieldName": "ACSTDATE",
               "primaryKey": true,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ACENDATE": {
               "schemaName": "PROJACT",
               "fieldName": "ACENDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "PROJECT",
         "fields": {
            "PROJNO": {
               "schemaName": "PROJECT",
               "fieldName": "PROJNO",
               "primaryKey": true,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PROJNAME": {
               "schemaName": "PROJECT",
               "fieldName": "PROJNAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPTNO": {
               "schemaName": "PROJECT",
               "fieldName": "DEPTNO",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "RESPEMP": {
               "schemaName": "PROJECT",
               "fieldName": "RESPEMP",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PRSTAFF": {
               "schemaName": "PROJECT",
               "fieldName": "PRSTAFF",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PRSTDATE": {
               "schemaName": "PROJECT",
               "fieldName": "PRSTDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PRENDATE": {
               "schemaName": "PROJECT",
               "fieldName": "PRENDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "MAJPROJ": {
               "schemaName": "PROJECT",
               "fieldName": "MAJPROJ",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "PURCHASEORDER",
         "fields": {
            "POID": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "POID",
               "primaryKey": true,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "STATUS": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "STATUS",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "CUSTID": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "CUSTID",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ORDERDATE": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "ORDERDATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "PORDER": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "PORDER",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COMMENTS": {
               "schemaName": "PURCHASEORDER",
               "fieldName": "COMMENTS",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "SALES",
         "fields": {
            "SALES_DATE": {
               "schemaName": "SALES",
               "fieldName": "SALES_DATE",
               "primaryKey": false,
               "type": "Date",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALES_PERSON": {
               "schemaName": "SALES",
               "fieldName": "SALES_PERSON",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "REGION": {
               "schemaName": "SALES",
               "fieldName": "REGION",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALES": {
               "schemaName": "SALES",
               "fieldName": "SALES",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "STAFF",
         "fields": {
            "ID": {
               "schemaName": "STAFF",
               "fieldName": "ID",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "NAME": {
               "schemaName": "STAFF",
               "fieldName": "NAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPT": {
               "schemaName": "STAFF",
               "fieldName": "DEPT",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB": {
               "schemaName": "STAFF",
               "fieldName": "JOB",
               "primaryKey": false,
               "type": "CHARACTER",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "YEARS": {
               "schemaName": "STAFF",
               "fieldName": "YEARS",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALARY": {
               "schemaName": "STAFF",
               "fieldName": "SALARY",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COMM": {
               "schemaName": "STAFF",
               "fieldName": "COMM",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "STAFFG",
         "fields": {
            "ID": {
               "schemaName": "STAFFG",
               "fieldName": "ID",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "NAME": {
               "schemaName": "STAFFG",
               "fieldName": "NAME",
               "primaryKey": false,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "DEPT": {
               "schemaName": "STAFFG",
               "fieldName": "DEPT",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "JOB": {
               "schemaName": "STAFFG",
               "fieldName": "JOB",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "YEARS": {
               "schemaName": "STAFFG",
               "fieldName": "YEARS",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "SALARY": {
               "schemaName": "STAFFG",
               "fieldName": "SALARY",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "COMM": {
               "schemaName": "STAFFG",
               "fieldName": "COMM",
               "primaryKey": false,
               "type": "Number",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      },
      {
         "className": "SUPPLIERS",
         "fields": {
            "SID": {
               "schemaName": "SUPPLIERS",
               "fieldName": "SID",
               "primaryKey": true,
               "type": "String",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            },
            "ADDR": {
               "schemaName": "SUPPLIERS",
               "fieldName": "ADDR",
               "primaryKey": false,
               "type": "Object",
               "txHash": "",
               "private": true,
               "visible": true,
               "accessOwner": true,
               "accessGroup": false,
               "accessWorld": false,
               "encrypted": false,
               "vendorIn": [],
               "vendorOut": []
            }
         }
      }
   ],
   "edges": {
      "DEPARTMENT": [
         {
            "source": "DEPARTMENT",
            "target": "DEPARTMENT",
            "edgeName": "ADMRDEPT",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENT",
            "target": "EMPLOYEE",
            "edgeName": "MGRNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENT",
            "target": "DEPARTMENT",
            "edgeName": "ADMRDEPT",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENT",
            "target": "PROJECT",
            "edgeName": "DEPTNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "DEPARTMENT",
            "target": "EMPLOYEE",
            "edgeName": "WORKDEPT",
            "data": {
               "weight": 1
            }
         }
      ],
      "PROJECT": [
         {
            "source": "PROJECT",
            "target": "DEPARTMENT",
            "edgeName": "DEPTNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJECT",
            "target": "EMPLOYEE",
            "edgeName": "RESPEMP",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJECT",
            "target": "PROJECT",
            "edgeName": "MAJPROJ",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJECT",
            "target": "PROJECT",
            "edgeName": "MAJPROJ",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJECT",
            "target": "PROJACT",
            "edgeName": "PROJNO",
            "data": {
               "weight": 1
            }
         }
      ],
      "EMPLOYEE": [
         {
            "source": "EMPLOYEE",
            "target": "DEPARTMENT",
            "edgeName": "WORKDEPT",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEE",
            "target": "DEPARTMENT",
            "edgeName": "MGRNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEE",
            "target": "PROJECT",
            "edgeName": "RESPEMP",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEE",
            "target": "EMP_PHOTO",
            "edgeName": "EMPNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPLOYEE",
            "target": "EMP_RESUME",
            "edgeName": "EMPNO",
            "data": {
               "weight": 1
            }
         }
      ],
      "EMP_PHOTO": [
         {
            "source": "EMP_PHOTO",
            "target": "EMPLOYEE",
            "edgeName": "EMPNO",
            "data": {
               "weight": 1
            }
         }
      ],
      "EMP_RESUME": [
         {
            "source": "EMP_RESUME",
            "target": "EMPLOYEE",
            "edgeName": "EMPNO",
            "data": {
               "weight": 1
            }
         }
      ],
      "PROJACT": [
         {
            "source": "PROJACT",
            "target": "PROJECT",
            "edgeName": "PROJNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJACT",
            "target": "EMPPROJACT",
            "edgeName": "PROJNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJACT",
            "target": "EMPPROJACT",
            "edgeName": "ACTNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "PROJACT",
            "target": "EMPPROJACT",
            "edgeName": "EMSTDATE",
            "data": {
               "weight": 1
            }
         }
      ],
      "EMPPROJACT": [
         {
            "source": "EMPPROJACT",
            "target": "PROJACT",
            "edgeName": "PROJNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPPROJACT",
            "target": "PROJACT",
            "edgeName": "ACTNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "EMPPROJACT",
            "target": "PROJACT",
            "edgeName": "EMSTDATE",
            "data": {
               "weight": 1
            }
         }
      ],
      "ACT": [
         {
            "source": "ACT",
            "target": "ACT",
            "edgeName": "ACTNO",
            "data": {
               "weight": 1
            }
         },
         {
            "source": "ACT",
            "target": "ACT",
            "edgeName": "ACTNO",
            "data": {
               "weight": 1
            }
         }
      ],
      "PURCHASEORDER": [
         {
            "source": "PURCHASEORDER",
            "target": "CUSTOMER",
            "edgeName": "CUSTID",
            "data": {
               "weight": 1
            }
         }
      ],
      "CUSTOMER": [
         {
            "source": "CUSTOMER",
            "target": "PURCHASEORDER",
            "edgeName": "CUSTID",
            "data": {
               "weight": 1
            }
         }
      ]
   }
}