app.chavatar.state

chavatar.app

Documentation

Current execution state of rotation.

main record

Current execution state of rotation.

Record Key literal:self Fixed literal value

Properties

cursor string Required

TID (ID) of the currently active avatar in the settings array.

maxLength: 13 bytes
lastUpdated string datetime Required

When the avatar was last rotated.

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."
}

Lexicon Garden

@