Skip to main content

Reference

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