at.dholms.bulletin.label

spacy.dholms.at

Documentation

An authority-authored moderation label kept inside the board's access boundary.

main record

An authority-authored moderation label kept inside the board's access boundary.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

neg boolean Optional

No description available.

val string Required

No description available.

maxLength: 128 bytes
Known values: hide
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "val",
      "createdAt"
    ],
    "properties": {
      "neg": {
        "type": "boolean"
      },
      "val": {
        "type": "string",
        "maxLength": 128,
        "knownValues": [
          "hide"
        ]
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An authority-authored moderation label kept inside the board's access boundary."
}

Lexicon Garden

@