cloud.pyroclastic.status.component

ops.dids.lol

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

Validate Record

Validate a record against cloud.pyroclastic.status.component

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@