source: trip-planner-front/node_modules/json-schema/draft-00/json-ref@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 410 bytes
Line 
1{
2 "$schema" : "http://json-schema.org/draft-00/hyper-schema#",
3 "id" : "http://json-schema.org/draft-00/json-ref#",
4
5 "items" : {"$ref" : "#"},
6 "additionalProperties" : {"$ref" : "#"},
7
8 "links" : [
9 {
10 "href" : "{$ref}",
11 "rel" : "full"
12 },
13
14 {
15 "href" : "{$schema}",
16 "rel" : "describedby"
17 },
18
19 {
20 "href" : "{id}",
21 "rel" : "self"
22 }
23 ],
24
25 "fragmentResolution" : "dot-delimited"
26}
Note: See TracBrowser for help on using the repository browser.