community.lexicon.payments.webMonetization

lexicons.lexicon.community

Documentation

Web Monetization wallet.

main record

Web Monetization wallet.

Record Key any Any valid record key

Properties

address string uri Required

Wallet address.

note string Optional

Short, human-readable description of how this wallet is related to this account.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "address"
    ],
    "properties": {
      "note": {
        "type": "string",
        "description": "Short, human-readable description of how this wallet is related to this account."
      },
      "address": {
        "type": "string",
        "format": "uri",
        "description": "Wallet address."
      }
    }
  },
  "description": "Web Monetization wallet."
}

Lexicon Garden

@