place.stream.like

did:web:stream.place View official

Documentation

Record indicating a like on some other record (e.g. a video or a comment).

main record

Record indicating a like on some other record (e.g. a video or a comment).

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this like was created.

subject string at-uri Required

AT-URI of the record being liked (e.g. a place.stream.video or place.stream.vod.comment).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the record being liked (e.g. a place.stream.video or place.stream.vod.comment)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this like was created."
      }
    }
  },
  "description": "Record indicating a like on some other record (e.g. a video or a comment)."
}

Lexicon Garden

@