Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created November 1, 2014 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottonomy/074f1db3379c5da56a99 to your computer and use it in GitHub Desktop.
Save ottonomy/074f1db3379c5da56a99 to your computer and use it in GitHub Desktop.
Sample extension JSON-schema
{
"$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"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment