net.dollware.lesgif.moderation.label

blooym.dev

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

expiresAt string datetime Optional

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

subject string Required

No description available.

value string Required

No description available.

Allowed: takedown, unlisted, nsfw
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "value",
      "createdAt"
    ],
    "properties": {
      "value": {
        "enum": [
          "takedown",
          "unlisted",
          "nsfw"
        ],
        "type": "string"
      },
      "reason": {
        "type": "string"
      },
      "subject": {
        "ref": "at-uri",
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "expiresAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@