Advertises an atbloons node operator, peer endpoints, transport key, and supported capabilities.
Record Key
tid
Timestamp-based ID
Properties
capabilities
array
of
string
Optional
No description available.
maxLength: 32 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
endpoints
array
of
string
uri
Required
No description available.
maxLength: 16 itemsminLength: 1 itemsgenesisHash
string
Required
No description available.
maxLength: 64 bytesminLength: 64 bytesnetworkId
string
Required
No description available.
maxLength: 64 bytesminLength: 3 bytesoperatorDid
string
did
Required
A decentralized identifier (DID).
protocolVersion
string
Required
No description available.
maxLength: 64 bytesKnown values:
v0transportKey
string
Required
No description available.
maxLength: 256 bytesminLength: 16 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"networkId",
"protocolVersion",
"genesisHash",
"createdAt",
"operatorDid",
"endpoints",
"transportKey"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"endpoints": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxLength": 16,
"minLength": 1
},
"networkId": {
"type": "string",
"maxLength": 64,
"minLength": 3
},
"genesisHash": {
"type": "string",
"maxLength": 64,
"minLength": 64
},
"operatorDid": {
"type": "string",
"format": "did"
},
"capabilities": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64,
"minLength": 1
},
"maxLength": 32
},
"transportKey": {
"type": "string",
"maxLength": 256,
"minLength": 16
},
"protocolVersion": {
"type": "string",
"maxLength": 64,
"knownValues": [
"v0"
]
}
}
},
"description": "Advertises an atbloons node operator, peer endpoints, transport key, and supported capabilities."
}