app.rocksky.shout

rocksky.app

{
  "id": "app.rocksky.shout",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "message",
          "createdAt",
          "subject"
        ],
        "properties": {
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "message": {
            "type": "string",
            "maxLength": 1000,
            "minLength": 1,
            "description": "The message of the shout."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date when the shout was created."
          }
        }
      },
      "description": "A declaration of a shout."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.shout

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreia7j5meius53jdwugbeosecqs72ganldhkdppnujciogvlwgymwv4
Indexed At
2026-01-26 20:37 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.shout

Lexicon Garden

@