We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05f32 commit 971b986Copy full SHA for 971b986
links.json
@@ -17,9 +17,16 @@
17
"rel": {
18
"type": "string"
19
},
20
+ "anchor": {
21
+ "type": "string",
22
+ "format": "uri-reference"
23
+ },
24
"title": {
25
26
27
+ "description": {
28
+ "type": "string"
29
30
"targetSchema": {
31
"allOf": [
32
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
@@ -36,6 +43,9 @@
36
43
37
44
38
45
]
46
47
+ "$comment": {
48
39
49
}
40
50
41
51
0 commit comments