Reference
Array of objects that define contexts and keys that can be referenced 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 |
"reference":[
{
"context":"",
"keys":[""],
"actors":[""],
"objects":[""]
}
]