D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
json-schema
/
draft-02
/
Filename :
json-ref
back
Copy
{ "$schema" : "http://json-schema.org/draft-02/hyper-schema#", "id" : "http://json-schema.org/draft-02/json-ref#", "items" : {"$ref" : "#"}, "additionalProperties" : {"$ref" : "#"}, "links" : [ { "href" : "{$ref}", "rel" : "full" }, { "href" : "{$schema}", "rel" : "describedby" }, { "href" : "{id}", "rel" : "self" } ], "fragmentResolution" : "dot-delimited" }