beauty.cybernetic.trustcow.review

trustcow.cybernetic.beauty

{
  "id": "beauty.cybernetic.trustcow.review",
  "defs": {
    "main": {
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "transaction",
          "rating",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 100,
            "description": "The title of the review"
          },
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Rating score from 1 to 5"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the review was created"
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "The detailed review text"
          },
          "transaction": {
            "type": "string",
            "description": "AT URI reference to the transaction record (at://did/beauty.cybernetic.trustcow.transaction/rkey)"
          },
          "reviewerRole": {
            "type": "string",
            "description": "Whether this review is from the service provider or consumer",
            "knownValues": [
              "serviceProvider",
              "serviceConsumer"
            ]
          }
        }
      },
      "description": "A review connected to a verified transaction, can only be created by one of the transaction parties"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against beauty.cybernetic.trustcow.review

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ah3egzlbahv35s722qydv225
CID
bafyreicsln3ctyb765xpi4klfilbtj6phhl4h46kn2yjx3ruhiqhp2jiji
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:ah3egzlbahv35s722qydv225/com.atproto.lexicon.schema/beauty.cybernetic.trustcow.review

Lexicon Garden

@