Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
420 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.