Skip to content

Instantly share code, notes, and snippets.

@kayaelle
Created May 29, 2015 13:33
Show Gist options
  • Save kayaelle/52af8a0e8febb416d705 to your computer and use it in GitHub Desktop.
Save kayaelle/52af8a0e8febb416d705 to your computer and use it in GitHub Desktop.
GeoCoordinates Extension Context
{
"@context": {
"obi": "https://w3id.org/openbadges#",
"schema": "http://schema.org/",
"extensions": "https://w3id.org/openbadges/extensions#",
"geo": "schema:geo",
"elevation": "schema:elevation",
"latitude": "schema:latitude",
"longitude": "schema:longitude"
},
"obi:validation": [
{
"obi:validatesType": "extensions#GeoCoordinates",
"obi:validationSchema": "https://openbadgespec.org/extensions/geoCoordinates/schema.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment