fm.teal.actor.status

teal.fm

Documentation

This lexicon is in a not officially released state. It is subject to change. | A declaration of the status of the actor. Only one can be shown at a time. If there are multiple, the latest record should be picked and earlier records should be deleted or tombstoned.

main record

This lexicon is in a not officially released state. It is subject to change. | A declaration of the status of the actor. Only one can be shown at a time. If there are multiple, the latest record should be picked and earlier records should be deleted or tombstoned.

Record Key literal:self Fixed literal value

Properties

expiry string datetime Optional

The datetime after which the status is no longer current. If unavailable, default to 10 minutes after the start time.

time string datetime Required

The datetime at which the status was recorded.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "time",
      "item"
    ],
    "properties": {
      "item": {
        "ref": "fm.teal.feed.defs#playView",
        "type": "ref"
      },
      "time": {
        "type": "string",
        "format": "datetime",
        "description": "The datetime at which the status was recorded."
      },
      "expiry": {
        "type": "string",
        "format": "datetime",
        "description": "The datetime after which the status is no longer current. If unavailable, default to 10 minutes after the start time."
      }
    }
  },
  "description": "This lexicon is in a not officially released state. It is subject to change. | A declaration of the status of the actor. Only one can be shown at a time. If there are multiple, the latest record should be picked and earlier records should be deleted or tombstoned."
}

Lexicon Garden

@