fm.teal.actor.profileStatus

teal.fm

Documentation

This lexicon is in a not officially released state. It is subject to change. | A declaration of the profile status of the actor.

main record

This lexicon is in a not officially released state. It is subject to change. | A declaration of the profile status of the actor.

Record Key literal:self Fixed literal value

Properties

completedOnboarding string Required

The onboarding completion status

Known values: none, profileOnboarding, playOnboarding, complete
createdAt string datetime Optional

The timestamp when this status was created

updatedAt string datetime Optional

The timestamp when this status was last updated

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "completedOnboarding"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The timestamp when this status was created"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "The timestamp when this status was last updated"
      },
      "completedOnboarding": {
        "type": "string",
        "description": "The onboarding completion status",
        "knownValues": [
          "none",
          "profileOnboarding",
          "playOnboarding",
          "complete"
        ]
      }
    }
  },
  "description": "This lexicon is in a not officially released state. It is subject to change. | A declaration of the profile status of the actor."
}

Lexicon Garden

@