at.glean.annotation

glean.at

{
  "id": "at.glean.annotation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "feedUrl",
          "articleUrl"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxGraphemes": 500
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 50
            },
            "maxLength": 10
          },
          "quote": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "feedUrl": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "articleUrl": {
            "type": "string"
          }
        }
      },
      "description": "Reading note on a specific RSS article."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.glean.annotation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7fx3svzgnlvzighbczz3mmsd
CID
bafyreibcr3ihplbfzqerie6lqru6senvo6oe3c2rq5a6vc5mcbxfdvwefy
Indexed At
2026-04-20 23:55 UTC
AT-URI
at://did:plc:7fx3svzgnlvzighbczz3mmsd/com.atproto.lexicon.schema/at.glean.annotation

Lexicon Garden

@