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.
subject
ref
com.atproto.repo.strongRef
Required
The petition being co-authored.
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."
}