{
"id": "cloud.pyroclastic.status.component",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"state",
"createdAt",
"updatedAt"
],
"properties": {
"host": {
"type": "string",
"maxLength": 253,
"description": "An optional hostname for the component."
},
"name": {
"type": "string",
"maxLength": 640,
"description": "The display name of the component.",
"maxGraphemes": 64
},
"state": {
"type": "string",
"maxLength": 64,
"description": "The current state of the component.",
"knownValues": [
"ok",
"maintenance",
"incident",
"recovering"
]
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the component is first listed."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "The time the component record was updated."
}
}
},
"description": "The stable key of the component"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Something whose pyroclastic.cloud status is reported, such as a server."
}