tech.lenooby09.atbloons.node

lenooby09.twinkers.online

Documentation

Advertises an atbloons node operator, peer endpoints, transport key, and supported capabilities.

main record

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 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

endpoints array of string uri Required

No description available.

maxLength: 16 itemsminLength: 1 items
genesisHash string Required

No description available.

maxLength: 64 bytesminLength: 64 bytes
networkId string Required

No description available.

maxLength: 64 bytesminLength: 3 bytes
operatorDid string did Required

A decentralized identifier (DID).

protocolVersion string Required

No description available.

maxLength: 64 bytes
Known values: v0
transportKey string Required

No description available.

maxLength: 256 bytesminLength: 16 bytes
View 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."
}

Lexicon Garden

@