honeycomb · Schema
DatasetUpdateRequest
Properties
| Name | Type | Description |
|---|---|---|
| description | string | An updated description for the dataset. |
| expand_json_depth | integer | The depth to which nested JSON payloads should be unpacked into individual columns. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DatasetUpdateRequest",
"title": "DatasetUpdateRequest",
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "An updated description for the dataset."
},
"expand_json_depth": {
"type": "integer",
"description": "The depth to which nested JSON payloads should be unpacked into individual columns."
}
}
}