com.atmosphereaccount.registry.review

atmosphereaccount.com

{
  "id": "com.atmosphereaccount.registry.review",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "rating",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 300,
            "description": "Optional short review text.",
            "maxGraphemes": 300
          },
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Star rating from 1 to 5."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "maxLength": 256,
            "description": "DID of the project profile being reviewed."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "subjectUri": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 512,
            "description": "Optional AT URI of the reviewed project profile record."
          }
        }
      },
      "description": "A portable user-owned review of an Atmosphere project profile. The reviewer writes this record to their own PDS; AppViews may index and moderate their own display of it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atmosphereaccount.registry.review

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ab7uvkn4kyf7l7prl26pz4r2
CID
bafyreib4voygcwxpqmi477nevjqynaywjgg4x56q4nkighemtzi45o23jq
Indexed At
2026-04-27 04:16 UTC
AT-URI
at://did:plc:ab7uvkn4kyf7l7prl26pz4r2/com.atproto.lexicon.schema/com.atmosphereaccount.registry.review

Lexicon Garden

@