Current execution state of rotation.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"cursor",
"lastUpdated"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 13,
"description": "TID (ID) of the currently active avatar in the settings array."
},
"lastUpdated": {
"type": "string",
"format": "datetime",
"description": "When the avatar was last rotated."
}
}
},
"description": "Current execution state of rotation."
}