File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
sources/platform/actors/development/actor_definition/dataset_schema Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,12 @@ slug: /actors/development/actor-definition/dataset-schema/validation
1010
1111To define a schema for a default dataset of an Actor run, you need to set ` fields ` property in the dataset schema.
1212
13- :::note Schema limitations
14-
15- Schema configuration is not available for named datasets or dataset views.
16-
17- :::
18-
1913::: info
2014
2115The schema defines a single item in the dataset. Be careful not to define the schema as an array, it always needs to be a schema of an object.
2216
17+ Schema configuration is not available for named datasets or dataset views.
18+
2319:::
2420
2521You can either do that directly through ` actor.json ` :
You can’t perform that action at this time.
0 commit comments