computer.haha.san.hub

san.haha.computer

{
  "id": "computer.haha.san.hub",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "endpoint",
          "publicKey",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "endpoint": {
            "type": "string",
            "format": "uri",
            "description": "Base URL of the hub. Where other hubs send federated requests."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "publicKey": {
            "type": "object",
            "required": [
              "kty",
              "crv",
              "x",
              "y",
              "kid",
              "alg",
              "use"
            ],
            "properties": {
              "x": {
                "type": "string"
              },
              "y": {
                "type": "string"
              },
              "alg": {
                "type": "string"
              },
              "crv": {
                "type": "string"
              },
              "kid": {
                "type": "string"
              },
              "kty": {
                "type": "string"
              },
              "use": {
                "type": "string"
              }
            },
            "description": "Public half of the hub's federation signing key, as a JWK."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Declares the author's hub: where it is, and which key speaks for it. One record does discovery, authentication and revocation — update or delete it and the old key is dead."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.haha.san.hub

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pyp36qey354yxslrcavwzqja
CID
bafyreifv2x6mh3h235l3xsuahoiqfebqphhvvaoosalmwa5ohbrqrnrjma
Indexed At
2026-08-05 18:18 UTC
AT-URI
at://did:plc:pyp36qey354yxslrcavwzqja/com.atproto.lexicon.schema/computer.haha.san.hub

Lexicon Garden

@