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"
          }
        }
      },
      "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
bafyreiahzwq62p22graxsuxmgq5b5tipzfg3vmgy4moacf3fwma577s4je
Indexed At
2026-06-06 00:06 UTC
AT-URI
at://did:plc:ui2d3qu2ltydsyskmnuvi4ay/com.atproto.lexicon.schema/net.neodb.review

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@