Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ Alternatively, flatten nested structures in your Actor code before calling `Acto
| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `actorSpecification` | integer | true | Version of the dataset schema structure. Only version 1 is available. |
| `title` | string | false | Human-readable title for the dataset. |
| `description` | string | false | Description of the dataset. |
| `fields` | JSONSchema object | false | Schema of one dataset object using JSON Schema Draft 2020-12 or compatible format. |
| `views` | Object | true | An object containing view definitions. Each key is a view ID, each value is a DatasetView object. |

Expand Down
Loading