{
"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."
}