larry
1
We used data-passname as the html attribute for Nametiles & Onename’s profile cards.
Should we switch this to something else to match the Blockchain ID name?
Some ideas:
data-blockchainid
data-id
data-bid
data-identity
Or did @ryan come across any better conventions while looking at schema.org for indicating that an html object has a certain identifier?
larry
2
The current v3 proposed schema uses id so I propose going with data-id:
"payload": {
"claim": {
"knows": [
{
"@type": "Person",
"id": "glepage.id"
}
]
},
If the namespace is left off, the attribute value should be interpreted as being in the .id namespace.
data-id="larry" would be interpreted as data-id="larry.id"
ryan
3
I would say data-blockchainid, as it’s more explicit.