Skip to main content

Modify

Array of objects that define contexts that are modifiable by actors or objects.

KeyTypeDescription
contextstringDefinies context
keysArray of stringsKey within context
actorsArray of ActorsArray of actors that can access this context
objectsArray of ObjectsArray of actors that can access this context
"modify":[
{
"context":"",
"keys":[""],
"actors":[""],
"objects":[""]
}
]