Proposes a complete immutable signer policy for a DID-owned account.
Record Key
tid
Timestamp-based ID
Properties
accountDid
string
did
Required
A decentralized identifier (DID).
activation
string
Required
No description available.
maxLength: 64 bytesKnown values:
NORMAL, RECOVERYcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
electorateEpoch
ref
com.atproto.repo.strongRef
Optional
No description available.
genesisHash
string
Required
No description available.
maxLength: 64 bytesminLength: 64 bytesnetworkId
string
Required
No description available.
maxLength: 64 bytesminLength: 3 bytespreviousPolicies
array
of
ref
com.atproto.repo.strongRef
Required
No description available.
maxLength: 1024 itemsproposerDid
string
did
Required
A decentralized identifier (DID).
protocolVersion
string
Required
No description available.
maxLength: 64 bytesKnown values:
v2recoveryRound
integer
Optional
No description available.
minimum: 1revision
integer
Required
No description available.
minimum: 0signerDids
array
of
string
did
Required
No description available.
maxLength: 1024 itemsstate
string
Required
No description available.
maxLength: 64 bytesKnown values:
ENABLED, DISABLEDthreshold
integer
Required
No description available.
minimum: 1maximum: 1025View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"networkId",
"protocolVersion",
"genesisHash",
"createdAt",
"accountDid",
"proposerDid",
"revision",
"previousPolicies",
"state",
"signerDids",
"threshold",
"activation"
],
"properties": {
"state": {
"type": "string",
"maxLength": 64,
"knownValues": [
"ENABLED",
"DISABLED"
]
},
"revision": {
"type": "integer",
"minimum": 0
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"networkId": {
"type": "string",
"maxLength": 64,
"minLength": 3
},
"threshold": {
"type": "integer",
"maximum": 1025,
"minimum": 1
},
"accountDid": {
"type": "string",
"format": "did"
},
"activation": {
"type": "string",
"maxLength": 64,
"knownValues": [
"NORMAL",
"RECOVERY"
]
},
"signerDids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 1024
},
"genesisHash": {
"type": "string",
"maxLength": 64,
"minLength": 64
},
"proposerDid": {
"type": "string",
"format": "did"
},
"recoveryRound": {
"type": "integer",
"minimum": 1
},
"electorateEpoch": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"protocolVersion": {
"type": "string",
"maxLength": 64,
"knownValues": [
"v2"
]
},
"previousPolicies": {
"type": "array",
"items": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"maxLength": 1024
}
}
},
"description": "Proposes a complete immutable signer policy for a DID-owned account."
}