D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
json-schema
/
draft-03
/
Filename :
json-ref
back
Copy
{ "$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" : "dot-delimited" }