Skip to content

Commit 0f9872b

Browse files
committed
no subsequent admonitions
1 parent 9c6c99c commit 0f9872b

File tree

1 file changed

+2
-6
lines changed
  • sources/platform/actors/development/actor_definition/dataset_schema

1 file changed

+2
-6
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/validation.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ slug: /actors/development/actor-definition/dataset-schema/validation
1010

1111
To 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

2115
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.
2216

17+
Schema configuration is not available for named datasets or dataset views.
18+
2319
:::
2420

2521
You can either do that directly through `actor.json`:

0 commit comments

Comments
 (0)