Extensions to membersURI
What data do organizations want to annotate their members’ with?
What data is currently available from existing Web3 product offerings?
ATTRIBUTES: descriptors about the member
ACTIVITY: actions done by the member
RELATIONSHIPS: associations between members
{ [this JSON is NOT up to date]
"@context": "http://www.daostar.org/schemas",
"type": "DAO",
"name": "<name of the DAO>",
"members": [
{
"type": "EthereumAddress",
"address": "<address>",
"name": "<name of the member??? - note we may not want to include this since it's public>",
"active": "<bool>",
"member_strategy": "<bool>"
},
{
"type": "EthereumAddress",
"address": "<address>"
}
],
}
Â
Conner
Cent
Pion