net.neodb.review

neodb.net

{
  "id": "net.neodb.review",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "title",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "description": "Review body in Markdown."
          },
          "title": {
            "type": "string",
            "maxLength": 2000,
            "maxGraphemes": 500
          },
          "rating": {
            "ref": "net.neodb.defs#rating",
            "type": "ref",
            "description": "Optional rating accompanying the review."
          },
          "subject": {
            "ref": "net.neodb.defs#subject",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "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 long-form review of a catalog work, authored on a NeoDB instance."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.neodb.review

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

Metadata

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

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@