club.userstyles.alpha.graph.rating

userstyles.club

Documentation

A numerical rating of a userstyle.

main record

A numerical rating of a userstyle.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

rating integer Required

No description available.

minimum: 1maximum: 5
subject string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "rating",
      "createdAt"
    ],
    "properties": {
      "rating": {
        "type": "integer",
        "maximum": 5,
        "minimum": 1
      },
      "subject": {
        "type": "string",
        "format": "at-uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A numerical rating of a userstyle."
}

Lexicon Garden

@