Sidecar associating a hypercerts activity (proposal) with its Simocracy context (a gathering or a Frontier Tower SF floor). Joined by `subject.uri`. Multiple records may exist per subject; precedence: a sidecar in the proposer's PDS (subject's repo DID == sidecar's repo DID) outranks one in any other PDS, and within a tier the latest `createdAt` wins.
tid
Timestamp-based ID
Properties
context
union
Required
The container this proposal belongs to.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
ref
com.atproto.repo.strongRef
Required
The activity record this context applies to (org.hypercerts.claim.activity).
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"context",
"createdAt"
],
"properties": {
"context": {
"refs": [
"#gatheringContext",
"#ftcSfContext"
],
"type": "union",
"description": "The container this proposal belongs to."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The activity record this context applies to (org.hypercerts.claim.activity)."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Sidecar associating a hypercerts activity (proposal) with its Simocracy context (a gathering or a Frontier Tower SF floor). Joined by `subject.uri`. Multiple records may exist per subject; precedence: a sidecar in the proposer's PDS (subject's repo DID == sidecar's repo DID) outranks one in any other PDS, and within a tier the latest `createdAt` wins."
}