Specification
{
"name": String,
"description": String
}
Structure Values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| name | String | Project name. | Required | |
| description | String | Expanded project information. | None |
Example
{
"name": "main_etl",
"description": "The main ETL jobs for the data lake"
}