Skip to content

Instantly share code, notes, and snippets.

@nickl-
Created December 23, 2012 20:44
Show Gist options
  • Select an option

  • Save nickl-/4365978 to your computer and use it in GitHub Desktop.

Select an option

Save nickl-/4365978 to your computer and use it in GitHub Desktop.
json-ref-schema
{
"$schema": "http://json-schema.org/draft-03/hyper-schema#",
"id": "http://json-schema.org/draft-03/json-ref#",
"additionalItems": { "$ref": "#" },
"additionalProperties": { "$ref": "#" },
"links": [
{
"href": "{id}",
"rel": "self"
},
{
"href": "{$ref}",
"rel": "full"
},
{
"href": "{$schema}",
"rel": "describedby"
}
],
"fragmentResolution": "slash-delimited"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment