dev.keytrace.serverPublicKey

keytrace.dev

{
  "id": "dev.keytrace.serverPublicKey",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publicJwk",
          "validFrom",
          "validUntil"
        ],
        "properties": {
          "comment": {
            "type": "string",
            "description": "Optional comment or description.",
            "maxGraphemes": 512
          },
          "publicJwk": {
            "type": "string",
            "maxLength": 512,
            "description": "JWK public key as a JSON string (RFC 7517 format)"
          },
          "validFrom": {
            "type": "string",
            "format": "datetime",
            "description": "Datetime from which this key is valid (ISO 8601)."
          },
          "validUntil": {
            "type": "string",
            "format": "datetime",
            "description": "Datetime until which this key is valid (ISO 8601)."
          }
        }
      },
      "description": "A signing key for claim attestations. It effectively hosts a JWK on a user's ATProto repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.keytrace.serverPublicKey

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hcwfdlmprcc335oixyfsw7u3
CID
bafyreid6jnzoeqrtkjkji2gwjwelrzcearlxnisgcwz3fp724gguofto54
Indexed At
2026-03-22 16:41 UTC
AT-URI
at://did:plc:hcwfdlmprcc335oixyfsw7u3/com.atproto.lexicon.schema/dev.keytrace.serverPublicKey

Lexicon Garden

@