at.colocate.reaction

colocate.at

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

value string Required

No description available.

Known values: like, love, care, laugh, wow, sad, angry
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "value",
      "createdAt"
    ],
    "properties": {
      "value": {
        "type": "string",
        "knownValues": [
          "like",
          "love",
          "care",
          "laugh",
          "wow",
          "sad",
          "angry"
        ]
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@