Backfill in-progress. Some lexicons and records may be missing or incomplete.

place.atwork.endorsement

atwork.place

{
  "id": "place.atwork.endorsement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "giver",
          "receiver",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 1000,
            "description": "The endorsement text content.",
            "maxGraphemes": 1000
          },
          "giver": {
            "type": "string",
            "format": "did",
            "description": "The DID of the identity giving the endorsement."
          },
          "receiver": {
            "type": "string",
            "format": "did",
            "description": "The DID of the identity receiving the endorsement."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the endorsement was created."
          },
          "signatures": {
            "type": "array",
            "items": {
              "refs": [
                "com.atproto.repo.strongRef"
              ],
              "type": "union"
            },
            "description": "Verified signatures from endorsement proofs (strong references)."
          }
        }
      },
      "description": "A cryptographically-verified professional endorsement between two identities."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.atwork.endorsement

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:atwork.place
CID
bafyreiaagm7vmjgva7q6abbvav7c67awwuvgtli43u2jwonuxqcjenxvm4
Indexed At
2026-01-10 01:17 UTC
AT-URI
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.endorsement

Lexicon Garden

@