social.bragsheet.entry

vhodges.dev

{
  "id": "social.bragsheet.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "period": {
            "type": "string",
            "maxLegth": 5000,
            "description": "Free form string representing the date range (from-to), MM/YYYY, or YYYY. ",
            "maxGraphenes": 500
          },
          "content": {
            "type": "blob",
            "accept": [
              "text/plain",
              "text/markdown"
            ],
            "maxSize": 1000000,
            "description": "The content of the post"
          },
          "entryType": {
            "type": "string",
            "maxLength": 500,
            "knownValues": [
              "academic",
              "professional",
              "personal"
            ],
            "maxGraphemes": 50
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the entry's last edit."
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the entry's publish time."
          }
        }
      },
      "description": "A record representing an entry in a bragsheet"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.bragsheet.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2ba3yw3wmxjradn2peinwekz
CID
bafyreibzfj4pzxu2n5pe5tomp7qraln7u6c5vgrelpril6oh4nuzvep45a
Indexed At
2026-04-08 16:10 UTC
AT-URI
at://did:plc:2ba3yw3wmxjradn2peinwekz/com.atproto.lexicon.schema/social.bragsheet.entry

Version History (3 versions)

Lexicon Garden

@