io.kich.recipe.review

kich.io

{
  "id": "io.kich.recipe.review",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "rating",
          "createdAt"
        ],
        "properties": {
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Star rating as integer 1-5 (1=1 star, 5=5 stars)"
          },
          "comment": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional review comment in GitHub-flavored markdown"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the recipe being reviewed"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this review was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this review was last updated"
          }
        }
      },
      "description": "Record key is the recipe's rkey for one-review-per-user-per-recipe; pass recipeId as rkey"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record declaring a review (rating and optional comment) of a recipe. One review per user per recipe."
}

Validate Record

Validate a record against io.kich.recipe.review

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uxjwdy4wvuridijisalvxlxe
CID
bafyreigmos3rs2xtk6fvptazpkovoq4vdly7vb6q522c7yvcrk4luxvv4q
Indexed At
2026-02-13 13:56 UTC
AT-URI
at://did:plc:uxjwdy4wvuridijisalvxlxe/com.atproto.lexicon.schema/io.kich.recipe.review

Lexicon Garden

@