Modify
Array of objects that define contexts that are modifiable by actors or objects.
| Key | Type | Description |
|---|---|---|
| context | string | Definies context |
| keys | Array of strings | Key within context |
| actors | Array of Actors | Array of actors that can access this context |
| objects | Array of Objects | Array of actors that can access this context |
"modify":[
{
"context":"",
"keys":[""],
"actors":[""],
"objects":[""]
}
]