build.clovernight.identity.profile

studio.pds.clovernight.build

{
  "id": "build.clovernight.identity.profile",
  "defs": {
    "link": {
      "type": "object",
      "required": [
        "label",
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "maxLength": 2048,
          "description": "Link URL."
        },
        "label": {
          "type": "string",
          "maxLength": 64,
          "description": "Link label."
        }
      },
      "description": "A labeled external link."
    },
    "main": {
      "key": "self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 1024,
            "description": "Short bio."
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "#link",
              "type": "ref"
            },
            "maxLength": 16,
            "description": "External links (site, social)."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1048576,
            "description": "Profile avatar image."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp the profile was created."
          },
          "displayName": {
            "type": "string",
            "maxLength": 128,
            "description": "Display name."
          }
        }
      },
      "description": "A builder's CloverNight-suite identity, read by CloverNight, WooPulse, and dionis.dev alike. One DID, one profile, portable across the suite. Singleton per repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against build.clovernight.identity.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:eylr5g42jkpwyputz3xbgynj
CID
bafyreig3fsca6qqpa7rmrad3ro6ffd45flkbsevtks3jus2aeulstyv6fu
Indexed At
2026-06-11 20:53 UTC
AT-URI
at://did:plc:eylr5g42jkpwyputz3xbgynj/com.atproto.lexicon.schema/build.clovernight.identity.profile

Lexicon Garden

@