2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: createTableProfile
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/data/createtableprofile
|
|
|
|
---
|
|
|
|
|
|
|
|
# CreateTableProfileRequest
|
|
|
|
|
|
|
|
*Schema corresponding to a table profile that belongs to a table*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`tableProfile`**: Table Profile. Refer to *../../entity/data/table.json#/definitions/tableProfile*.
|
|
|
|
- **`columnProfile`** *(array)*: List of local column profiles of the table.
|
|
|
|
- **Items**: Refer to *../../entity/data/table.json#/definitions/columnProfile*.
|
|
|
|
- **`systemProfile`** *(array)*: List of system profiles for the table.
|
|
|
|
- **Items**: Refer to *../../entity/data/table.json#/definitions/systemProfile*.
|
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|