A block in the 2bit.pics social graph. Public and bidirectional: either party having blocked the other hides both directions of content.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "DID of the blocked actor."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A block in the 2bit.pics social graph. Public and bidirectional: either party having blocked the other hides both directions of content."
}