Display Hint Tags (lc: convention)
A standards-pure convention for carrying display hints on Open Badges v3 credentials using the native `tag` field.
Where the tags live
{
"credentialSubject": {
"achievement": {
"type": ["Achievement"],
"achievementType": "Achievement",
"name": "Trailblazer",
"tag": ["lc:subtype:Trailblazer", "lc:displayType:certificate", "lc:bgColor:353E64"]
}
}
}Format
lc:<key>:<value>Recognized keys
Tag
Meaning
Value format
Why subtype is decoupled from achievementType
Precedence
Backwards compatibility
Last updated
Was this helpful?