We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6c99c commit 0f9872bCopy full SHA for 0f9872b
sources/platform/actors/development/actor_definition/dataset_schema/validation.md
@@ -10,16 +10,12 @@ slug: /actors/development/actor-definition/dataset-schema/validation
10
11
To define a schema for a default dataset of an Actor run, you need to set `fields` property in the dataset schema.
12
13
-:::note Schema limitations
14
-
15
-Schema configuration is not available for named datasets or dataset views.
16
17
-:::
18
19
:::info
20
21
The 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.
22
+Schema configuration is not available for named datasets or dataset views.
+
23
:::
24
25
You can either do that directly through `actor.json`:
0 commit comments