List schemas in this database
databases_list_schemas(id, name = NULL, credential_id = NULL)
An array containing the following fields:
string, The name of a schema.
integer required. The ID of the database.
string optional. If specified, will be used to filter the schemas returned.Substring matching is supported (e.g., "name=schema" will return both "schema1" and "schema2"). Does not apply to BigQuery databases.
integer optional. If provided, schemas will be filtered based on the given credential.