{
  "hdb_table":{
    "hash_attribute":"id",
    "name":"hdb_table",
    "schema":"system",
    "residence":["*"],
    "attributes":[
      {
        "attribute":"id"
      },
      {
        "attribute":"name"
      },
      {
        "attribute":"hash_attribute"
      },
      {
        "attribute":"schema"
      },
      {
        "attribute":"residence"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_attribute":{
    "hash_attribute":"id",
    "name":"hdb_attribute",
    "schema":"system",
    "residence":["*"],
    "attributes": [
      {
        "attribute": "id"
      },
      {
        "attribute": "schema"
      },
      {
        "attribute": "table"
      },
      {
        "attribute": "attribute"
      },
      {
        "attribute": "schema_table"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_schema":{
    "hash_attribute":"name",
    "name":"hdb_schema",
    "schema":"system",
    "residence":["*"],
    "attributes":[
      {
        "attribute":"name"
      },
      {
        "attribute":"createddate"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_user":{
    "hash_attribute":"username",
    "name":"hdb_user",
    "schema":"system",
    "residence":["*"],
    "attributes": [
      {
        "attribute": "username"
      },
      {
        "attribute": "password"
      },
      {
        "attribute": "role"
      },
      {
        "attribute": "active"
      },
      {
        "attribute": "hash"
      },
      {
        "attribute": "refresh_token"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_role":{
    "hash_attribute":"id",
    "name":"hdb_role",
    "schema":"system",
    "attributes":[
      {
        "attribute":"id"
      },
      {
        "attribute":"role"
      },
      {
        "attribute":"permission"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ],
    "residence":["*"]
  },
  "hdb_job":{
    "hash_attribute":"id",
    "name":"hdb_job",
    "schema":"system",
    "attributes":[
      {
        "attribute":"id"
      },
      {
        "attribute":"user"
      },
      {
        "attribute":"type"
      },
      {
        "attribute":"status"
      },
      {
        "attribute":"start_datetime"
      },
      {
        "attribute":"end_datetime"
      },
      {
        "attribute":"job_body"
      },
      {
        "attribute":"message"
      },
      {
        "attribute": "created_datetime"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_license":{
    "hash_attribute":"license_key",
    "name":"hdb_license",
    "schema":"system",
    "attributes": [
      {
        "attribute": "license_key"
      },
      {
        "attribute": "company"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_info":{
    "hash_attribute":"info_id",
    "name":"hdb_info",
    "schema":"system",
    "attributes": [
      {
        "attribute": "info_id"
      },
      {
        "attribute": "data_version_num"
      },
      {
        "attribute": "hdb_version_num"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_nodes":{
    "hash_attribute": "name",
    "name": "hdb_nodes",
    "schema": "system",
    "attributes":[
      {
        "attribute":"name"
      },
      {
        "attribute":"host"
      },
      {
        "attribute":"operation"
      },
      {
        "attribute":"port"
      },
      {
        "attribute":"subscriptions"
      },
      {
        "attribute":"__createdtime__"
      },
      {
        "attribute": "__updatedtime__"
      }
    ]
  },
  "hdb_temp":{
    "hash_attribute": "id",
    "name": "hdb_temp",
    "schema": "system",
    "attributes":[
      {
        "attribute":"id"
      }
    ]
  }
}