Web Monetization wallet.
Record Key
any
Any valid record key
Properties
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."
}