cloud.pyroclastic.status.maintenance

ops.dids.lol

{
  "id": "cloud.pyroclastic.status.maintenance",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Planned pyroclastic.cloud maintenance work. This lexicon is 'community.lexicon.calendar.event'-like."
}

Validate Record

Validate a record against cloud.pyroclastic.status.maintenance

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qnyj44s7iujxusfvc574dfwm
CID
bafyreihnrzj3zzcykhryaa7sv6we6j6ecq6m5slqxoyo5q4hiw3hshgp7e
Indexed At
2026-09-20 17:32 UTC
AT-URI
at://did:plc:qnyj44s7iujxusfvc574dfwm/com.atproto.lexicon.schema/cloud.pyroclastic.status.maintenance

Referenced Schemas (1)

Lexicon Garden

@