Payment
{
"lexicon": 1,
"id": "community.lexicon.payments.webMonetization",
"description": "Web Monetization integration: https://webmonetization.org/",
"defs": {
"main": {
"type": "record",
"description": "Web Monetization wallet.",
"key": "any",
"record": {
"type": "object",
"required": ["address"],
"properties": {
"address": {
"type": "string",
"format": "uri",
"description": "Wallet address."
},
"note": {
"type": "string",
"description": "Short, human-readable description of how this wallet is related to this account."
}
}
}
}
}
}
View source