I hereby claim:
- I am ottonomy on github.
- I am ottonomy (https://keybase.io/ottonomy) on keybase.
- I have a public key whose fingerprint is E2AE CDBD 77C6 B905 791C D8CC B2E4 4DB8 1C7E 2DF5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"@context": { | |
"obi": "http://openbadges.org/definitions#", | |
"assertion": "obi:Assertion", | |
"badgeclass": "obi:BadgeClass", | |
"issuerorg": "obi:Issuer", | |
"extension": "http://openbadges.org/extensions#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"schema": "http://schema.org/", |
{ | |
"@context": "http://openbadges.org/standard/1.1/context", | |
"@type": "issuer", | |
"name": "Issuer of Awesome", | |
"url": "http://issuer.org", | |
"extension:badgeListUrl": { | |
"@context": "http://extension.org/context/badgeListUrl", | |
"@type": ["extension", "http://extension.org/defs/badgelistUrl" ], | |
{ | |
"@context": { | |
"obi": "http://openbadges.org/definitions#", | |
"listUrl": { | |
"@id": "http://extension.org/defs/listUrl", | |
"@type": "@id" | |
} | |
}, | |
"obi:validation": [ |
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"id": "http://extension.org/schema/badgeListUrl", | |
"title": "BadgelistUrl Extension", | |
"description": "An extension that allows issuers to declare a list of badge classes that they offer", | |
"type": "object", | |
"properties": { | |
"listUrl": { "type": "string", "format": "uri" } | |
}, | |
"required": ["listUrl"] |
{ | |
"@context": { | |
"id": "@id", | |
"type": "@type", | |
"obi": "http://specification.openbadges.org/#", | |
"assertion": "obi:Assertion", | |
"badge": { "@id": "badge", "@type": "@id" }, | |
"issuer": { "@id": "obi: Issuer", "@type": "@id" }, | |
"extension": "http://specification.openbadges.org/extensions#", |
{ | |
"@context": { | |
"id": "@id", | |
"type": "@type", | |
"obi": "https://w3id.org/openbadges#", | |
"validation": "obi:validation", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"schema": "http://schema.org/", | |
"sec": "https://w3id.org/security#", | |
"Assertion": "obi:Assertion", |
{ | |
"@context": { | |
"id": "@id", | |
"type": "@type", | |
"credentials": "http://specification.openbadges.org/credentials/#", | |
"obi": "http://specification.openbadges.org/#", | |
"schema": "https://schema.org/", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"dc": "http://purl.org/dc/terms/", |
{ | |
"@context": { | |
"id": "@id", | |
"obi": "https://w3id.org/openbadges#", | |
"badge": {"@id": "obi:badge", "@type": "@id"}, | |
"name": "http://schema.org/name" | |
}, | |
"badge": "https://issuer.org/badgeclass1", | |
"obi:badge": { | |
"id": "https://issuer.org/badgeclass1", |
Be excellent to each other.