blue.2048.key.defs

2048.blue

{
  "id": "blue.2048.key.defs",
  "defs": {
    "key": {
      "type": "object",
      "required": [
        "key",
        "createdAt"
      ],
      "properties": {
        "key": {
          "type": "string",
          "description": "A did:key used to verify records came from an at://2048 authority"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        }
      },
      "description": "A record that holds a did:key used to verify records. Use the collection to know the type of verification. Example blue.2048.key.game is for blue.2048.game records"
    },
    "signatureRef": {
      "type": "object",
      "required": [
        "atURI",
        "signature",
        "createdAt"
      ],
      "properties": {
        "atURI": {
          "type": "string",
          "description": "The at://uri for the public did:key to verify this record. This also counts as the authority of the verification (example @2048.blue). As well as the type of verification by the collection name (blue.2048.key.game)."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "signature": {
          "type": "string",
          "description": "The public verifiable signature of the record. Serialization of the records value minus the signature field"
        }
      },
      "description": "a signature for an at://2048 record meaning it has been verified by a service. Most likely @2048.blue"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Reusable types for an at://2048 authority to provide public did:keys and signatures for verification"
}

Validate Record

Validate a record against blue.2048.key.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:zylhqsjug3f76uqxguhviqka
CID
bafyreid7jidgra4quz4slnawl6zmnicj6gblb7ssm2rkmqimjhspy7lu7q
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:zylhqsjug3f76uqxguhviqka/com.atproto.lexicon.schema/blue.2048.key.defs

Lexicon Garden

@