club.userstyles.alpha.feed.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
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": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A numerical rating of a userstyle."
}

Lexicon Garden

@