site.filae.chorus.rating

filae.site

{
  "id": "site.filae.chorus.rating",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "note",
          "helpful",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "format": "at-uri",
            "description": "The note being rated"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 50,
              "knownValues": [
                "clear",
                "sourced",
                "balanced",
                "timely",
                "misleading",
                "biased",
                "outdated",
                "irrelevant"
              ]
            },
            "maxLength": 5,
            "description": "Optional qualitative tags"
          },
          "helpful": {
            "enum": [
              "yes",
              "somewhat",
              "no"
            ],
            "type": "string",
            "description": "How helpful is this note? Maps to 1.0/0.5/0.0"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A rating on a community note"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.filae.chorus.rating

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreifz2id3gq2h6eiv364zmrrfv6hqfrrzpmwu4ki74avu4ac3rplk2u
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.chorus.rating

Lexicon Garden

@