rdbms-db.json 1.42 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
{
  "entity": {
    "attributes": {
      "name": "employee",
      "sd": {
        "guid": "-99288075821829",
        "typeName": "rdbms_storage"
      },
      "tables": [
        {
          "guid": "-99288075821830",
          "typeName": "rdbms_table"
        },
        {
          "guid": "-99288075821831",
          "typeName": "rdbms_table"
        }
      ],
      "regions": {
        "west": {
          "guid": "-99288075821832",
          "typeName": "rdbms_table"
        },
        "east": {
          "guid": "-99288075821833",
          "typeName": "rdbms_table"
        }
      }
    },
    "classifications": [],
    "typeName": "rdbms_db"
  },
  "referredEntities": {
    "-99288075821829": {
      "guid": "-99288075821829",
      "typeName": "rdbms_storage",
      "attributes": {
        "name": "binary"
      }
    },
    "-99288075821830": {
      "guid": "-99288075821830",
      "typeName": "rdbms_table",
      "attributes": {
        "name": "open"
      }
    },
    "-99288075821831": {
      "guid": "-99288075821831",
      "typeName": "rdbms_table",
      "attributes": {
        "name": "close"
      }
    },
    "-99288075821832": {
      "guid": "-99288075821832",
      "typeName": "rdbms_table",
      "attributes": {
        "name": "west"
      }
    },
    "-99288075821833": {
      "guid": "-99288075821833",
      "typeName": "rdbms_table",
      "attributes": {
        "name": "east"
      }
    }
  }
}