com.test.note

testing.scanash.com

{
  "id": "com.test.note",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 8,
            "description": "Optional set of tags for the note."
          },
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "The content of the note.",
            "maxGraphemes": 500
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the note was created."
          }
        }
      },
      "description": "A simple text note record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.test.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hlvelv7wbmna5q6nd32vzalm
CID
bafyreia5ly4x6su54v7zgvnbpkv5qj34if6blwu7fiajmfdhrwp3olsn44
Indexed At
2026-08-04 12:15 UTC
AT-URI
at://did:plc:hlvelv7wbmna5q6nd32vzalm/com.atproto.lexicon.schema/com.test.note

Lexicon Garden

@