at.smiled.reaction

smiled.at

{
  "id": "at.smiled.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "format": "language",
            "description": "An optional language identifier for the comment."
          },
          "emoji": {
            "type": "string",
            "maxLength": 32,
            "minLength": 1,
            "description": "An optional emoji to express instead of the default (😊).",
            "maxGraphemes": 1
          },
          "comment": {
            "type": "string",
            "format": "uri",
            "description": "An optional comment to include with the reaction."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "A URI indicating what the record owner is smiling about."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The time when the smile occurred."
          }
        }
      },
      "description": "Record noting an emoji reaction to something in the atmosphere."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.smiled.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:fiogs6gvvfopcsda2aeuwrxj
CID
bafyreihfeicwiamc4g6qburqu6snatbfw4dl3ibymxau24pflpqlb4trjm
Indexed At
2026-04-03 00:53 UTC
AT-URI
at://did:plc:fiogs6gvvfopcsda2aeuwrxj/com.atproto.lexicon.schema/at.smiled.reaction

Version History (3 versions)

Lexicon Garden

@