pub.openletter.contribution

openletter.pub

Documentation

A co-author's attestation that they helped write a petition, paired with the petition's contributors list.

main record

A co-author's attestation that they helped write a petition, paired with the petition's contributors list.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The petition being co-authored."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A co-author's attestation that they helped write a petition, paired with the petition's contributors list."
}

Lexicon Garden

@