cloud.pyroclastic.status.maintenance

ops.dids.lol

Documentation

The key of the maintenance event.

main record

The key of the maintenance event.

Record Key tid Timestamp-based ID

Properties

components array of ref com.atproto.repo.strongRef Optional

What the work affects, as component records. Empty or absent means everything.

maxLength: 32 items
createdAt string datetime Required

When the maintenance window is announced.

description string Optional

More information about the maintenance work including impact, size, and scope.

maxLength: 3000 bytesmaxGraphemes: 1000 graphemes
endsAt string datetime Required

When the maintenance window ends; set to the actual end once the work finishes.

name string Required

A brief one-line summary of the maintenance work.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
startsAt string datetime Required

When the maintenance window starts.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "startsAt",
      "endsAt",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "A brief one-line summary of the maintenance work.",
        "maxGraphemes": 64
      },
      "endsAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the maintenance window ends; set to the actual end once the work finishes."
      },
      "status": {
        "ref": "community.lexicon.calendar.event#status",
        "type": "ref",
        "description": "The status of the maintenance work."
      },
      "startsAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the maintenance window starts."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the maintenance window is announced."
      },
      "components": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 32,
        "description": "What the work affects, as component records. Empty or absent means everything."
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "description": "More information about the maintenance work including impact, size, and scope.",
        "maxGraphemes": 1000
      }
    }
  },
  "description": "The key of the maintenance event."
}

Lexicon Garden

@