{
  "name": "<string>",
  "schemas": [
    {
      "name": "<string>",
      "tables": [
        {
          "name": "<string>",
          "columns": {
            "columns": [
              {
                "name": "<string>",
                "semanticType": "<string>",
                "labels": {},
                "classification": "<string>",
                "objectSchema": {
                  "type": "TYPE_UNSPECIFIED",
                  "structKind": "<any>",
                  "arrayKind": "<any>",
                  "semanticType": "<string>"
                }
              }
            ]
          },
          "objectSchema": {
            "type": "TYPE_UNSPECIFIED",
            "structKind": "<any>",
            "arrayKind": "<any>",
            "semanticType": "<string>"
          },
          "classification": "<string>"
        }
      ]
    }
  ]
}Gets the catalog metadata for a database. Permissions required: bb.databaseCatalogs.get
{
  "name": "<string>",
  "schemas": [
    {
      "name": "<string>",
      "tables": [
        {
          "name": "<string>",
          "columns": {
            "columns": [
              {
                "name": "<string>",
                "semanticType": "<string>",
                "labels": {},
                "classification": "<string>",
                "objectSchema": {
                  "type": "TYPE_UNSPECIFIED",
                  "structKind": "<any>",
                  "arrayKind": "<any>",
                  "semanticType": "<string>"
                }
              }
            ]
          },
          "objectSchema": {
            "type": "TYPE_UNSPECIFIED",
            "structKind": "<any>",
            "arrayKind": "<any>",
            "semanticType": "<string>"
          },
          "classification": "<string>"
        }
      ]
    }
  ]
}Was this page helpful?