Skip to content

Commit c904606

Browse files
committed
Renamed "labels" to "meta"
1 parent 92beb7e commit c904606

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pages/ACTOR_FILE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ The file contains a single JSON object with the following properties:
3636
"usesStandbyMode": true,
3737

3838
// An optional metadata object enabling implementations to pass arbitrary additional properties.
39-
// The properties and their values must be strings.
40-
"labels": {
41-
"something": "bla bla"
39+
// The property values can be arbitrary objects.
40+
"meta": {
41+
"something": "bla bla",
42+
"somethingElse": {
43+
"subObject": "works"
44+
}
4245
},
4346

4447
// Optional minimum and maximum memory for running the Actor.

0 commit comments

Comments
 (0)