pub.openletter.endorsement

openletter.pub

Documentation

A signer's support for a petition.

main record

A signer's support for a petition.

Record Key any Any valid record key

Properties

comment string Optional

A reason for signing.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "comment": {
        "type": "string",
        "maxLength": 5000,
        "description": "A reason for signing.",
        "maxGraphemes": 500
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The petition being endorsed."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A signer's support for a petition."
}

Lexicon Garden

@