how.bun.reviews.review

cinny.bun.how

{
  "id": "how.bun.reviews.review",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "subject",
          "text"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 768000,
            "description": "The text of the review.",
            "maxGraphemes": 64000
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Indicates natural language of text."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (Bluesky-compatible richtext)."
          },
          "subject": {
            "refs": [
              "how.bun.reviews.subject#wikidataObject"
            ],
            "type": "union"
          },
          "summary": {
            "type": "string",
            "maxLength": 1000,
            "description": "A short summary of the review (perhaps a score).",
            "maxGraphemes": 96
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The timestamp when this review was originally written."
          }
        }
      },
      "description": "Record containing a review of something."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against how.bun.reviews.review

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

Metadata

DID
did:plc:7x6rtuenkuvxq3zsvffp2ide
CID
bafyreiadre2pfshnles5fvoeeogyrcy5riagbx44hygy4cayrzi6l4vh4e
Indexed At
2026-01-04 02:47 UTC
AT-URI
at://did:plc:7x6rtuenkuvxq3zsvffp2ide/com.atproto.lexicon.schema/how.bun.reviews.review

Referenced Schemas (2)

Lexicon Garden

@