net.neodb.mark

neodb.net

{
  "id": "net.neodb.mark",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "status",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            }
          },
          "rating": {
            "ref": "net.neodb.defs#rating",
            "type": "ref"
          },
          "status": {
            "enum": [
              "wishlist",
              "progress",
              "complete",
              "dropped"
            ],
            "type": "string",
            "description": "Shelf the work is on."
          },
          "comment": {
            "type": "string",
            "maxLength": 10000,
            "description": "Short comment in plain text."
          },
          "subject": {
            "ref": "net.neodb.defs#subject",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "fediverseUri": {
            "type": "string",
            "format": "uri",
            "description": "Fediverse (ActivityPub) object URI of the corresponding post on the originating NeoDB instance."
          }
        }
      },
      "description": "A shelf entry recording a user's status toward a catalog work, with optional rating, comment and tags."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.neodb.mark

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ui2d3qu2ltydsyskmnuvi4ay
CID
bafyreiayx37jzmriba4hnsugi6ja3qpgpovnya5nzkru7irnkomdyk275i
Indexed At
2026-06-09 12:00 UTC
AT-URI
at://did:plc:ui2d3qu2ltydsyskmnuvi4ay/com.atproto.lexicon.schema/net.neodb.mark

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@