place.birds.block

birds.place

Documentation

A declaration that the author does not want to see, or be seen by, another account on birds.place. Public and stored in the author's own repository, so it travels with them and survives this service. Blocking is not a report: it makes no accusation and asks nobody to act. To report something, use the reporting flow in the app.

main record

A declaration that the author does not want to see, or be seen by, another account on birds.place. Public and stored in the author's own repository, so it travels with them and survives this service. Blocking is not a report: it makes no accusation and asks nobody to act. To report something, use the reporting flow in the app.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the block was made.

subject string did Required

The account being blocked.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The account being blocked."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the block was made."
      }
    }
  },
  "description": "A declaration that the author does not want to see, or be seen by, another account on birds.place. Public and stored in the author's own repository, so it travels with them and survives this service. Blocking is not a report: it makes no accusation and asks nobody to act. To report something, use the reporting flow in the app."
}

Lexicon Garden

@