Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit eb75093

Browse files
fgenickl-
authored andcommitted
Update json-ref schema
It was VERY obsolete!
1 parent 5623121 commit eb75093

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

json-ref

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"$schema" : "http://json-schema.org/hyper-schema",
3-
"id" : "http://json-schema.org/json-ref",
2+
"$schema": "http://json-schema.org/hyper-schema",
3+
"id": "http://json-schema.org/json-ref",
44

5-
"items" : "#",
6-
"additionalProperties" : "#",
5+
"items": { "$ref": "#" },
6+
"additionalProperties": { "$ref": "#" },
77

8-
"links" : [
8+
"links": [
99
{
10-
"href" : "{$ref}",
11-
"rel" : "full"
10+
"href": "{$ref}",
11+
"rel": "full"
1212
},
1313

1414
{
15-
"href" : "{$schema}",
16-
"rel" : "describedby"
15+
"href": "{$schema}",
16+
"rel": "describedby"
1717
},
1818

1919
{
20-
"href" : "{id}",
21-
"rel" : "self"
20+
"href": "{id}",
21+
"rel": "self"
2222
}
23-
],
23+
]
2424

25-
"fragmentResolution" : "dot-delimited"
26-
}
25+
"fragmentResolution": "json-pointer"
26+
}

0 commit comments

Comments
 (0)