We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92beb7e commit c904606Copy full SHA for c904606
pages/ACTOR_FILE.md
@@ -36,9 +36,12 @@ The file contains a single JSON object with the following properties:
36
"usesStandbyMode": true,
37
38
// 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"
+ // The property values can be arbitrary objects.
+ "meta": {
+ "something": "bla bla",
42
+ "somethingElse": {
43
+ "subObject": "works"
44
+ }
45
},
46
47
// Optional minimum and maximum memory for running the Actor.
0 commit comments