net.alternativeproto.review

lexicon.store View official

{
  "id": "net.alternativeproto.review",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "projectId",
          "rating",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "The review text describing thoughts on the project",
            "maxGraphemes": 1000
          },
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Rating value from 1-5 stars"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the review was created"
          },
          "projectId": {
            "type": "string",
            "description": "The project ID being reviewed (matches id field from project data)"
          }
        }
      },
      "description": "A user review of an AlternativeProto project"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.alternativeproto.review

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreih6pwubzwrv2dxkiapsbcar42xegg57p6dw22jm7yu3dpzjr4clpi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/net.alternativeproto.review

Lexicon Garden

@