io.zzstoatzz.phi.mentionConsent

phi.zzstoatzz.io

Documentation

Singleton record listing handles that have opted in to being @mentioned by phi.

main record

Singleton record listing handles that have opted in to being @mentioned by phi.

Record Key literal:self Fixed literal value

Properties

handles array of string Required

Handles that have opted in to mention notifications.

updatedAt string datetime Optional

When the consent list was last modified.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "handles"
    ],
    "properties": {
      "handles": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Handles that have opted in to mention notifications."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the consent list was last modified."
      }
    }
  },
  "description": "Singleton record listing handles that have opted in to being @mentioned by phi."
}

Lexicon Garden

@