place.stream.like

did:web:stream.place View official

{
  "id": "place.stream.like",
  "defs": {
    "main": {
      "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)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.like

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreigfqj7zhpcr2sa72gsd26w3lxhwqdcihnkotkx4eyzwwhxxllasaa
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.like

Lexicon Garden

@