{
  "entityTypes": [
    {
      "attributes": [
        {
          "id": "accountStatus",
          "name": "Account status",
          "type": "string"
        },
        {
          "id": "created",
          "name": "Created",
          "type": "dateTime"
        },
        {
          "id": "lastLogin",
          "name": "Last login",
          "type": "dateTime"
        }
      ],
      "icon": "person",
      "id": "user",
      "plural": "Users",
      "query": '''
        SELECT TO_CHAR(user_id), username, account_status, created, last_login
        FROM dba_users
      ''',
      "singular": "User"
    }
  ],
  "insightsSourceId": "42",
  "insightsSourceToken": "example-insights-source-token",
  "insightsUrl": "https://example.elimity.com",
  "mssqlDsns": [],
  "oracleDsns": ["oracle://example-user:example-password@example-host:1521/example-database"],
  "relationshipTypes": []
}
