xyz.opnshelf.review.like

rowanpaul.opnshelf.social

Documentation

A like on a user review

main record

A like on a user review

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Record creation timestamp

reviewUri string at-uri Required

The at:// URI of the review being liked

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "reviewUri",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Record creation timestamp"
      },
      "reviewUri": {
        "type": "string",
        "format": "at-uri",
        "description": "The at:// URI of the review being liked"
      }
    }
  },
  "description": "A like on a user review"
}

Lexicon Garden

@