Project details
Contains project details including the configured tables
idstring
Unique ID of the project
namestring
Name of the project
dimension_tables Dimension table details[]
Project details
{
"id": "string",
"name": "string",
"dimension_tables": [
{
"id": "string",
"table_schema": "string",
"table_name": "string"
}
]
}