• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
3	"id" : "http://json-schema.org/draft-03/json-ref#",
4
5	"additionalItems" : {"$ref" : "#"},
6	"additionalProperties" : {"$ref" : "#"},
7
8	"links" : [
9		{
10			"href" : "{id}",
11			"rel" : "self"
12		},
13
14		{
15			"href" : "{$ref}",
16			"rel" : "full"
17		},
18
19		{
20			"href" : "{$schema}",
21			"rel" : "describedby"
22		}
23	],
24
25	"fragmentResolution" : "dot-delimited"
26}