Saad Ibrahim
Results
3
issues of
Saad Ibrahim
Not sure if even possible? Something like "keep buy milk, eggs and bread".
``` { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://saadibrah.im/schema/wallet.json", "title": "Verida Wallet", "titlePlural": "Wallets", "description": "A record of a wallet", "type": "object", "database": { "name": "user_wallet" }, "allOf": [ { "$ref": "https://core.schemas.verida.io/base/v0.1.0/schema.json" },...
bug