Acknowledges an exact multisig policy proposal from the approving DID's repository.
Record Key
tid
Timestamp-based ID
Properties
accountDid
string
did
Required
A decentralized identifier (DID).
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
genesisHash
string
Required
No description available.
maxLength: 64 bytesminLength: 64 bytesnetworkId
string
Required
No description available.
maxLength: 64 bytesminLength: 3 bytespolicy
ref
com.atproto.repo.strongRef
Required
No description available.
protocolVersion
string
Required
No description available.
maxLength: 64 bytesKnown values:
v2View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"networkId",
"protocolVersion",
"genesisHash",
"createdAt",
"accountDid",
"policy"
],
"properties": {
"policy": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"networkId": {
"type": "string",
"maxLength": 64,
"minLength": 3
},
"accountDid": {
"type": "string",
"format": "did"
},
"genesisHash": {
"type": "string",
"maxLength": 64,
"minLength": 64
},
"protocolVersion": {
"type": "string",
"maxLength": 64,
"knownValues": [
"v2"
]
}
}
},
"description": "Acknowledges an exact multisig policy proposal from the approving DID's repository."
}