10 lines
414 B
JSON
Raw Normal View History

2022-11-24 11:15:53 +01:00
{
"@context": "https://w3id.org/openbadges/v2",
"type": "BadgeClass",
"id": "https://example.org/robotics-badge.json",
"name": "Awesome Robotics Badge",
"description": "For doing awesome things with robots that people think is pretty great.",
"image": "https://example.org/robotics-badge.png",
2022-11-30 18:50:01 +01:00
"criteria": "http://example.com/badgecriteria.json",
2022-11-24 11:15:53 +01:00
"issuer": "https://example.org/organization.json"
}